DBCoreDeleteRangeRequest

export interface DBCoreDeleteRangeRequest {
  type: 'deleteRange';
  trans: DBCoreTransaction;
  range: DBCoreKeyRange;
}

Input argument to DBCoreTable.mutate(). See DBCoreMutateRequest.

See Also

Table of Contents