diff --git a/src/ComponentAsset/types/model.ts b/src/ComponentAsset/types/model.ts index 1e98fade..a556f00a 100644 --- a/src/ComponentAsset/types/model.ts +++ b/src/ComponentAsset/types/model.ts @@ -2,7 +2,7 @@ import type { EmitterEnv } from '@ant-design/pro-editor'; import type { EditorMode } from '../../ProEditor'; import type { JSONSchema } from '../types'; -export type FuncAssetSchema = (mode?: EditorMode) => JSONSchema & C; +export type FuncAssetSchema = (mode?: EditorMode) => JSONSchema; /** * 资产配置模型