mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-12 17:49:35 -04:00
types #93
This commit is contained in:
13
src/types/EpicGame.ts
Normal file
13
src/types/EpicGame.ts
Normal file
@@ -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
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from './Game'
|
||||
export * from './DlcInfo'
|
||||
export * from './Config'
|
||||
export * from './Config'
|
||||
export * from './EpicGame'
|
||||
Reference in New Issue
Block a user