From 6abb65c70bfd1289f3824d4f37346cee7c139417 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 5 Jan 2022 17:07:43 +0100 Subject: idb-bridge: fix types --- packages/idb-bridge/src/idbtypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/idb-bridge/src/idbtypes.ts b/packages/idb-bridge/src/idbtypes.ts index 5fc58e88b..a7878c38f 100644 --- a/packages/idb-bridge/src/idbtypes.ts +++ b/packages/idb-bridge/src/idbtypes.ts @@ -267,7 +267,7 @@ export interface IDBCursor { /** * Returns the IDBObjectStore or IDBIndex the cursor was opened from. */ - readonly source: IDBObjectStore | IDBIndex | IDBCursor; + readonly source: IDBObjectStore | IDBIndex; /** * Advances the cursor through the next count records in range. */ -- cgit v1.2.3