Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Sep 20, 2021
1 parent 82cad7c commit f3012df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/cjs/entry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export interface IDBPTransaction<DBTypes extends DBSchema | unknown = unknown, T
/**
* The names of stores in scope for this transaction.
*/
readonly objectStoreNames: TxStores;
readonly objectStoreNames: TypedDOMStringList<TxStores[number]>;
/**
* The transaction's connection.
*/
Expand Down
2 changes: 1 addition & 1 deletion build/cjs/entry.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/entry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export interface IDBPTransaction<DBTypes extends DBSchema | unknown = unknown, T
/**
* The names of stores in scope for this transaction.
*/
readonly objectStoreNames: TxStores;
readonly objectStoreNames: TypedDOMStringList<TxStores[number]>;
/**
* The transaction's connection.
*/
Expand Down
2 changes: 1 addition & 1 deletion build/esm/entry.d.ts.map

Large diffs are not rendered by default.

0 comments on commit f3012df

Please sign in to comment.