Interface FormatSubdirective

Type for a 'raw' format sudbdirective

interface FormatSubdirective {
    type: "formatSubdirective";
    value: {
        format: CommodityAmount;
    };
}

Properties

Properties

type: "formatSubdirective"
value: {
    format: CommodityAmount;
}

Type declaration

Generated using TypeDoc