interface FixedPoint32 {
    value: bigint;
}

Properties

Properties

value: bigint