forked from Berry-Dash/launcher
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
export interface LauncherVersion {
|
|
version: string,
|
|
displayName: string,
|
|
platforms: string[],
|
|
downloadUrls: string[]
|
|
} |