瀏覽代碼

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,
   }
 }