import type { Editor } from '@tiptap/react' export interface RunnableSlashCommand { run: (editor: Editor) => boolean }