Type alias CreateCompanyData

CreateCompanyData: {
    name: string;
    taxRegistrations?: string[];
}

Type declaration

  • name: string

    Name of the company

  • Optional taxRegistrations?: string[]

    Registered tax details of the company