Type alias CategoriesDistribution

CategoriesDistribution: {
    [category: string]: number;
}

Type declaration

  • [category: string]: number