2
0
jam411 3 жил өмнө
parent
commit
554d6cd00e

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