interface IResourcesNames { ar: { [key: string]: boolean }; en: { [key: string]: boolean }; } export { IResourcesNames };