import { AllowedValueWithCode } from '../../commonStateTypes/allowedValue'; import { FetchedState } from '../../commonStateTypes/common'; export interface CompanyConfigState extends FetchedState { companyIndustries: AllowedValueWithCode[]; }