mirror of
https://github.com/bitwarden/jslib
synced 2025-12-23 19:53:55 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
export enum CipherType {
|
|
Login = 1,
|
|
SecureNote = 2,
|
|
Card = 3,
|
|
Identity = 4,
|
|
}
|