TypeScript Types Export
Exports TypeScript interfaces for all node and mark types:NodeName- union of all valid node names (expands in IDE hover tooltips)NodeAttrs<N>- get attribute type for a specific nodeMarkName,MarkAttrs<M>- same for marks- Includes all specific attribute interfaces (
ParagraphAttrs,TableAttrs,ImageAttrs, etc.)
Schema Introspection
Returns JSON schema summary with all nodes, marks, and their attributes. Useful for AI agents that need schema context for prompt engineering. Supports different modes:docx, html, text
Options
Configuration options

