mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-15 10:52:45 -04:00
types #93
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* 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
|
||||||
|
}
|
||||||
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
export * from './Game'
|
export * from './Game'
|
||||||
export * from './DlcInfo'
|
export * from './DlcInfo'
|
||||||
export * from './Config'
|
export * from './Config'
|
||||||
|
export * from './EpicGame'
|
||||||
Reference in New Issue
Block a user