main commit
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
import { SettingDefinition } from "@common/shared/typings/settings";
|
||||
|
||||
/**
|
||||
* Type definition of the setting definition file.
|
||||
*/
|
||||
export declare interface SettingsFile {
|
||||
[group: string]: SettingDefinition[];
|
||||
/**
|
||||
* The current version of the setting file.
|
||||
*/
|
||||
version: number;
|
||||
}
|
||||
|
||||
declare const settingsFile: SettingsFile;
|
||||
|
||||
export = settingsFile;
|
||||
Reference in New Issue
Block a user