1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Move stranded enum into @bitwarden/vault-export-ui (#10247)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-07-25 17:17:35 +02:00
committed by GitHub
parent b3f7bad4b2
commit 92692388cb
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +0,0 @@
export enum EncryptedExportType {
AccountEncrypted = 0,
FileEncrypted = 1,
}