mirror of
https://github.com/bitwarden/browser
synced 2025-01-28 20:19:49 +01:00
4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
|
export enum SecureNoteType {
|
||
|
Generic = 0,
|
||
|
}
|