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 78046b3 commit 9d16be0Copy full SHA for 9d16be0
packages/runtime/src/types.ts
@@ -178,4 +178,4 @@ export type CustomEncryption = {
178
decrypt: (model: string, field: FieldInfo, cipher: string) => Promise<string>;
179
};
180
181
-export type SimpleEncryption = { encryptionKey: string };
+export type SimpleEncryption = { encryptionKey: Uint8Array };
0 commit comments