1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Fix ts strict warning

This commit is contained in:
Bernd Schoolmann
2025-02-28 16:35:31 +01:00
parent c8ab140000
commit b7e2d28ead

View File

@@ -1,3 +1,6 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
export class EncryptedObject {
iv: Uint8Array;
data: Uint8Array;