export interface DBCoreQuery {
  index: DBCoreIndex;
  range: KeyRange;
}

See Also

Table of Contents