浏览代码

update EditorConfig type

jam411 3 年之前
父节点
当前提交
554d6cd00e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/app/src/interfaces/editor-settings.ts

+ 2 - 2
packages/app/src/interfaces/editor-settings.ts

@@ -32,7 +32,7 @@ export interface IEditorSettings {
 
 export type EditorConfig = {
   upload: {
-    image: any,
-    file: any,
+    image: boolean,
+    file: boolean,
   }
 }