mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-22 21:02:34 +08:00
4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export enum SecureNoteType {
|
|
Generic = 0,
|
|
}
|