Browse Source

update EditorConfig type

jam411 3 năm trước cách đây
mục cha
commit
554d6cd00e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,
   }
 }