import { type JSONContent } from "https://deno.land/x/netzo@0.4.62/deps/@tiptap/react.ts";
definition: { [key: string]: any; type?: string; attrs?: Record<string, any>; content?: JSONContent[]; marks?: { [key: string]: any; type: string; attrs?: Record<string, any>; }[]; text?: string; }