export type TCategoryAnalyzes = { [region: string]: { categoryId: string; analyzes: IAnalyzesStorageData[]; }; };
this his how you can achieve it.