Sequence key and value of an id generation counter

interface Sequence {
    idKey: Uint8Array;
    value: bigint;
}

Properties

Properties

idKey: Uint8Array
value: bigint