Type alias RocksDBBatchPutOperation

RocksDBBatchPutOperation: {
    key: string | Buffer;
    type: "put";
    value: string | Buffer;
}

Type declaration

  • key: string | Buffer
  • type: "put"
  • value: string | Buffer

Generated using TypeDoc