Skip to content

Commit

Permalink
Update src/client-side-encryption/providers/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Neal Beeken <[email protected]>
  • Loading branch information
addaleax and nbbeeken authored Jun 25, 2024
1 parent 56b7ab1 commit 9043877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-side-encryption/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface LocalKMSProviderConfiguration {
* The master key used to encrypt/decrypt data keys.
* A 96-byte long Buffer or base64 encoded string.
*/
key: Binary | Buffer | string;
key: Binary | Uint8Array | string;
}

/** @public */
Expand Down

0 comments on commit 9043877

Please sign in to comment.