Interface CommodityDirective

Type for a 'raw' commodity directive

interface CommodityDirective {
    type: "commodityDirective";
    value: {
        comments?: InlineComment;
        commodity?: string;
        contentLines: CommodityDirectiveContentLine[];
        format?: CommodityAmount;
    };
}

Properties

Properties

type: "commodityDirective"
value: {
    comments?: InlineComment;
    commodity?: string;
    contentLines: CommodityDirectiveContentLine[];
    format?: CommodityAmount;
}

Type declaration

Generated using TypeDoc