mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
re-organize into "barrels". add utils service
This commit is contained in:
6
src/enums/cipherType.ts
Normal file
6
src/enums/cipherType.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum CipherType {
|
||||
Login = 1,
|
||||
SecureNote = 2,
|
||||
Card = 3,
|
||||
Identity = 4,
|
||||
}
|
||||
Reference in New Issue
Block a user