Type alias CommentDisplayPart

CommentDisplayPart: { kind: "text"; text: string } | { kind: "code"; text: string } | InlineTagDisplayPart

Generated using TypeDoc