Type alias DecimalValue

DecimalValue: {
    decimals: Scalars["Int"]["output"];
    exact: Scalars["BigInt"]["output"];
    id: Scalars["ID"]["output"];
    value: Scalars["BigDecimal"]["output"];
}

Type declaration

Generated using TypeDoc