Files
MinecraftLegacy/src/types/projects.ts

7 lines
124 B
TypeScript

export interface IProjects {
name: string;
url: string;
priority: number;
tag: string;
mirror: string;
}