import type { ComponentInstance } from './ComponentInstance'; export interface EditorStore { pageData: ComponentInstance[]; pageId: string; isEditor: boolean; title?: string; }