79355947

Date: 2025-01-14 18:05:50
Score: 1.5
Natty:
Report link
export type TCategoryAnalyzes = {
  [region: string]: {
    categoryId: string;
    analyzes: IAnalyzesStorageData[];
  };
};

this his how you can achieve it.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Medali Landolsi