|
@@ -7,7 +7,7 @@ export interface ISettingItemOption {
|
|
|
export interface ISetting {
|
|
export interface ISetting {
|
|
|
key: string;
|
|
key: string;
|
|
|
label: string;
|
|
label: string;
|
|
|
- description: string;
|
|
|
|
|
|
|
+ description?: string;
|
|
|
defaultValue: string | number | boolean;
|
|
defaultValue: string | number | boolean;
|
|
|
value?: string | number | boolean;
|
|
value?: string | number | boolean;
|
|
|
widget?: "input" | "select" | "radio" | "radio-button";
|
|
widget?: "input" | "select" | "radio" | "radio-button";
|