Files
health-mp/src/type/index.ts

5 lines
60 B
TypeScript

export interface IStats {
name: string;
value: number
}