primatch-frontend / types/auth / RequestOtpPayload
Interface: RequestOtpPayload¶
Defined in: src/types/auth.ts:47
Properties¶
accept_cgu?¶
optionalaccept_cgu:boolean
Defined in: src/types/auth.ts:51
email¶
email:
string
Defined in: src/types/auth.ts:48
first_name?¶
optionalfirst_name:string
Defined in: src/types/auth.ts:49
is_club_manager?¶
optionalis_club_manager:boolean
Defined in: src/types/auth.ts:52
last_name?¶
optionallast_name:string
Defined in: src/types/auth.ts:50