function getNodeAttributesimport { getNodeAttributes } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts"; getNodeAttributes(state: EditorState, typeOrName: string | NodeType): Record<string, any>Parametersstate: EditorStatetypeOrName: string | NodeTypeReturnsRecord<string, any>