export interface SubSectorLookup { lookupId: number; displayValue: string; sectorId: number; }