Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateUserPayload

This interface will show the structure to CreateUserPayload

 export interface CreateUserPayload {
email: string;
first_name: string;
last_name: string;
phone: string;
identity_document: string;
}

Hierarchy

  • CreateUserPayload

Index

Properties

email: string
first_name: string
identity_document: string
last_name: string
phone: string

Generated using TypeDoc