/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type CompanyDto = { id?: number; caption?: string | null; companyTypeCaption?: string | null; }