Files
launcher/src/types/LauncherVersion.ts
Lncvrt ab26a4f5e9 Look at description for changelog
- Wine support
- Loading script
- Format code
- Hide downloads button on sidebar when not downloading
- Add installs list
- A lot of improvements & more
2025-07-22 23:12:33 -07:00

9 lines
161 B
TypeScript

export interface LauncherVersion {
version: string
displayName: string
platforms: string[]
downloadUrls: string[]
executables: string[]
id: number
}