Registry of all mdast nodes that can occur where DefinitionContent is expected.
This interface can be augmented to register custom node types:
declare module 'mdast' { interface DefinitionContentMap { custom: Custom; }} Copy
declare module 'mdast' { interface DefinitionContentMap { custom: Custom; }}
For a union of all definition content, see RootContent.
Registry of all mdast nodes that can occur where DefinitionContent is expected.
This interface can be augmented to register custom node types:
For a union of all definition content, see RootContent.