Initial commit
This commit is contained in:
7
src/app/types/LauncherUpdate.ts
Normal file
7
src/app/types/LauncherUpdate.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface LauncherUpdate {
|
||||
id: string
|
||||
releaseDate: number
|
||||
downloadUrls: string[]
|
||||
platforms: string[]
|
||||
executables: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user