forked from akanyan/STARTLINER
feat: more breaking changes
This commit is contained in:
@ -28,8 +28,13 @@ export interface ProfileMeta {
|
||||
|
||||
export interface Profile extends ProfileMeta {
|
||||
data: {
|
||||
exe_dir: string;
|
||||
mods: string[];
|
||||
cfg: { [key: string]: string | boolean | number };
|
||||
};
|
||||
}
|
||||
|
||||
export interface Dirs {
|
||||
config_dir: string;
|
||||
data_dir: string;
|
||||
cache_dir: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user