Files
Minecraft-Hosting/frontend/src/app/interfaces/stat.ts

5 lines
58 B
TypeScript

export interface Stat {
value: string;
label: string;
}