export interface EditorConfig { editorConfig: { mode: 'view' | 'edit'; plugins: { autostart: string[]; pluginsData: string[]; }; }; }