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