This interface will show the structure to CreateUserPayload
export interface CreateUserPayload { email: string; first_name: string; last_name: string; phone: string; identity_document: string; }
Generated using TypeDoc
This interface will show the structure to CreateUserPayload