interface Integer {
    limit: bigint;
    value: bigint;
}

Properties

Properties

limit: bigint
value: bigint