interface QueueState_Item {
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array
value: Uint8Array

Generated using TypeDoc