Type alias Client

Client: {
    address: string;
    company: Company;
    companyId: string;
    contactInfo: string[];
    createdAt: string;
    id: string;
    isCompany: boolean;
    metadata: string;
    name: string;
}

Type declaration

  • address: string

    Address of the client

  • company: Company

    The company this client is associated with

  • companyId: string

    ID of the company this client belongs to

  • contactInfo: string[]

    Client contact information

  • createdAt: string

    Date this client was created in our system

  • id: string

    ID of the client

  • isCompany: boolean

    Whether this client is a company or an individual

  • metadata: string

    Any metadata attached with the client

  • name: string

    Name of the client