Files
creamlinux-installer/src/types/EpicGame.ts
T
2026-04-30 21:00:15 +02:00

13 lines
280 B
TypeScript

/**
* Epic game discovered via Heroic/Legendary
*/
export interface EpicGame {
app_name: string
title: string
install_path: string
executable: string
box_art_url: string | null
scream_installed: boolean
koaloader_installed: boolean
proxy_fallback_used: boolean
}