fix: 补充枚举字段

This commit is contained in:
Ming 2023-05-09 10:08:47 +08:00
parent ad563d2127
commit 9307614a94

View File

@ -140,6 +140,7 @@ export interface CreateComponentType extends PublicConfigType, requestConfig {
key: string key: string
chartConfig: ConfigType chartConfig: ConfigType
option: GlobalThemeJsonType option: GlobalThemeJsonType
groupList?: Array<CreateComponentType>
} }
// 组件成组实例类 // 组件成组实例类