Interface DefaultCommodityDirectiveContentLine

Type for a 'raw' default commodity directive item, which can only be a comment.

interface DefaultCommodityDirectiveContentLine {
    type: "defaultCommodityDirectiveContentLine";
    value: {
        inlineComment: InlineComment;
    };
}

Properties

Properties

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

Type declaration

Generated using TypeDoc