Type alias CreateClientPayload

CreateClientPayload: {
    address?: string;
    contactInfo?: string[];
    isCompany?: boolean;
    metadata?: string;
    name: string;
}

Type declaration

  • Optional address?: string

    Address of the client

  • Optional contactInfo?: string[]

    contact info of the client

  • Optional isCompany?: boolean

    Client is a company

  • Optional metadata?: string

    Meta data of the client

  • name: string

    Name of the client is required