interface Bounds {
    max: bigint;
    min: bigint;
}

Properties

Properties

max: bigint
min: bigint

Generated using TypeDoc