aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/GameInstall.ts
blob: 162d28606a1996e084762d17e44791123b94e390 (plain)
1
2
3
4
5
export interface GameInstall {
    game_path: string;
    profile: string,
    install_type: string;
}