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 05acbae commit e719bcdCopy full SHA for e719bcd
packages/web/src/db/PowerSyncDatabase.ts
@@ -66,13 +66,7 @@ export interface WebEncryptionOptions {
66
encryptionKey?: string;
67
}
68
69
-type WithWebEncryptionOptions<Base> = Base & {
70
- /**
71
- * Encryption key for the database.
72
- * If set, the database will be encrypted using Multiple Ciphers.
73
- */
74
- encryptionKey?: string;
75
-};
+type WithWebEncryptionOptions<Base> = Base & WebEncryptionOptions;
76
77
export type WebPowerSyncDatabaseOptionsWithAdapter = WithWebSyncOptions<
78
WithWebFlags<PowerSyncDatabaseOptionsWithDBAdapter>
0 commit comments