Type alias UpdateClientData

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

Type declaration

  • Optional address?: string

    Address of the client

  • Optional contactInfo?: string[]

    Information on how to contact the client

  • Optional isCompany?: boolean

    If the client is a company

  • Optional metadata?: string

    Arbitrary information about the client.

  • name: string

    Name of the client is required