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