import { ApplicationCompanyId } from './idTypesV2'; export interface ApplicationCompany { /** Unique ID of the company. */ id: ApplicationCompanyId; /** Name of the company. */ name: string; }