IRegisterInput
Interface: IRegisterInput
Defined in: src/hooks/auth/useRegistration.ts:52
Input for the register function (matches SIGNUP_MUTATION variables).
Properties
email
email:
string
Defined in: src/hooks/auth/useRegistration.ts:54
name
name:
string
Defined in: src/hooks/auth/useRegistration.ts:53
organizationId
organizationId:
string
Defined in: src/hooks/auth/useRegistration.ts:56
password
password:
string
Defined in: src/hooks/auth/useRegistration.ts:55
recaptchaToken?
optionalrecaptchaToken:string
Defined in: src/hooks/auth/useRegistration.ts:57