DefinitionContent

DefinitionContent = DefinitionContentMap[keyof DefinitionContentMap]

Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:178

Union of registered mdast nodes that can occur where definition content is expected.

To register custom mdast nodes, add them to DefinitionContentMap. They will be automatically added here.