UsernameValidationPayload Type documentation¶UsernameValidationPayload(Pick<UsernamePassword, "username"> & { validate: (isValid: boolean) => void })¶Type alias Types Documentation¶UsernamePassword¶Interface Propertiespassword: (string | null | undefined)¶username: (string | null | undefined)¶ Except where otherwise noted, content on this site is licensed under MIT License.