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