interface FixedPoint64 {
    value: bigint;
}

Properties

Properties

value: bigint