export interface TextEditorContent { type: "doc"; content: Record[]; }