bitwarden-estensione-browser/libs/common/src/enums/encryptedExportType.ts

5 lines
81 B
TypeScript

export enum EncryptedExportType {
AccountEncrypted = 0,
FileEncrypted = 1,
}