export interface IEmploymentIndustry {
    forestryAndFishing: number;
    miningAndQuarrying: number;
    manufacturing: number;
    energySupply: number;
    waterSupply: number;
    construction: number;
    retailIncWholesale: number;
    storageAndLogistic: number;
    accommodationAndFood: number;
    informationAndCommunication: number;
    insurance: number;
    realEstate: number;
    professionalScientificAndTechnical: number;
    administration: number;
    publicAdministrationAndDefence: number;
    education: number;
    socialWork: number;
    artsAndRecreation: number;
}
