Type alias CommentDisplayPart

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

Type declaration

  • kind: "text"
  • text: string

Type declaration

  • kind: "code"
  • text: string