type
RichTextNode
Public type RichTextNode from @riducms/plugin-richtext.
Full signature
type RichTextNode<Payload = never> = | RichTextTextNode
| RichTextElementNode<Payload>
| RichTextReferenceNode
| { type: "linebreak" | "horizontalrule"; version?: 1 }
| RichTextBlockNode<Payload>