mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-16 08:51:19 +00:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
export interface IProjects {
|
|
name: string;
|
|
url: string;
|
|
priority: number;
|
|
tag: string;
|
|
mirror: string;
|
|
} |