Type alias CommentDisplayPart

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

Generated using TypeDoc