Type alias AccountOrganizationV2

AccountOrganizationV2: Omit<OrganizationV2, "@type"> & {
    @type: "AccountOrganization";
    name: string;
    nationality?: GovernmentOrgV2;
    serviceTypes?: string[];
}

Type declaration

  • @type: "AccountOrganization"
  • name: string
  • Optional nationality?: GovernmentOrgV2
  • Optional serviceTypes?: string[]