import { GroupRegionCountryBankModel } from "../../../constants/titles.constants"; export interface IUserContext { LangSite: number; PerfilInternal: boolean; IsIntelicaUser: boolean; IsGroupProfile: boolean; listGroupAll: GroupRegionCountryBankModel[]; listRegionAll: GroupRegionCountryBankModel[]; listCountryAll: GroupRegionCountryBankModel[]; listBankAll: GroupRegionCountryBankModel[]; ListGroupRegionCountryBank: GroupRegionCountryBankModel[]; }