yarn v1 is being deprecated and starts to have some issues Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
export interface CategoryStatsModel {
|
|
key: string;
|
|
number: number;
|
|
label?: string;
|
|
}
|