This interface shows the structure of a EditUserPayload
export interface EditUserPayload { email: string; first_name: string; last_name: string; phone: string; identity_document: string;}
Generated using TypeDoc
This interface shows the structure of a EditUserPayload