Files
launcher/src/types/LauncherVersion.ts
2025-07-19 16:06:01 -07:00

6 lines
134 B
TypeScript

export interface LauncherVersion {
version: string,
displayName: string,
platforms: string[],
downloadUrls: string[]
}