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