We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee4850 commit e2c4436Copy full SHA for e2c4436
packages/web/src/db/PowerSyncDatabase.ts
@@ -73,10 +73,10 @@ type WithWebEncryptionOptions<Base> = Base & {
73
};
74
75
export type WebPowerSyncDatabaseOptionsWithAdapter = WithWebSyncOptions<
76
- WithWebFlags<WithWebEncryptionOptions<PowerSyncDatabaseOptionsWithDBAdapter>>
+ WithWebFlags<PowerSyncDatabaseOptionsWithDBAdapter>
77
>;
78
export type WebPowerSyncDatabaseOptionsWithOpenFactory = WithWebSyncOptions<
79
- WithWebFlags<WithWebEncryptionOptions<PowerSyncDatabaseOptionsWithOpenFactory>>
+ WithWebFlags<PowerSyncDatabaseOptionsWithOpenFactory>
80
81
export type WebPowerSyncDatabaseOptionsWithSettings = WithWebSyncOptions<
82
WithWebFlags<WithWebEncryptionOptions<PowerSyncDatabaseOptionsWithSettings>>
0 commit comments