feat: slightly better config
This commit is contained in:
@ -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>;
|
||||
|
Reference in New Issue
Block a user