feat: slightly better config

This commit is contained in:
2025-02-25 02:01:24 +01:00
parent b7fe76b6ff
commit 43fd622322
7 changed files with 150 additions and 30 deletions

View File

@ -23,7 +23,7 @@ export interface Profile {
name: string;
game: 'Ongeki' | 'Chunithm';
mods: string[];
cfg: {[key: string]: string | boolean}
cfg: { [key: string]: string | boolean | number };
}
export type PackageC = Map<string, Package>;