5 lines
58 B
TypeScript
5 lines
58 B
TypeScript
export interface Stat {
|
|
value: string;
|
|
label: string;
|
|
}
|
export interface Stat {
|
|
value: string;
|
|
label: string;
|
|
}
|