Interface YearDirectiveContentLine

Type for a year directive item, which can only be a comment.

interface YearDirectiveContentLine {
    type: "yearDirectiveContentLine";
    value: {
        inlineComment: InlineComment;
    };
}

Properties

Properties

type: "yearDirectiveContentLine"
value: {
    inlineComment: InlineComment;
}

Type declaration

Generated using TypeDoc