feat: more options
This commit is contained in:
@ -28,6 +28,7 @@ export interface ProfileMeta {
|
||||
|
||||
export interface Profile extends ProfileMeta {
|
||||
data: {
|
||||
exe_dir: string;
|
||||
mods: string[];
|
||||
cfg: { [key: string]: string | boolean | number };
|
||||
};
|
||||
|
Reference in New Issue
Block a user