mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 10:33:31 +00:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export enum StorageLocation {
|
|
Both = "both",
|
|
Disk = "disk",
|
|
Memory = "memory",
|
|
}
|