mirror of
https://github.com/bitwarden/jslib
synced 2025-12-10 13:23:15 +00:00
4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export enum SecureNoteType {
|
|
Generic = 0,
|
|
}
|