Interface DefaultCommodityDirective

Type for a 'raw' default commodity directive

interface DefaultCommodityDirective {
    type: "defaultCommodityDirective";
    value: {
        comments?: InlineComment;
        contentLines: DefaultCommodityDirectiveContentLine[];
        format: CommodityAmount;
    };
}

Properties

Properties

type: "defaultCommodityDirective"
value: {
    comments?: InlineComment;
    contentLines: DefaultCommodityDirectiveContentLine[];
    format: CommodityAmount;
}

Type declaration

Generated using TypeDoc