This is an archive of the old site. Visit the latest version at dexie.org.

DBCoreQueryResponse

export interface DBCoreQueryResponse {
  result: any[];
}

Response type from DBCoreTable.query()

Table of Contents