import type { components } from '../businessLines/businessLines.contract';
export type IndustryCodesResponse = IndustryCode[];
export type IndustryCode = components['schemas']['IndustryCodeDto'];
