Interface InlineComment

Type for an inline comment

interface InlineComment {
    type: "inlineComment";
    value: InlineCommentItem[];
}

Properties

Properties

type: "inlineComment"

Generated using TypeDoc