mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export enum StorageLocation {
|
|
Both = "both",
|
|
Disk = "disk",
|
|
Memory = "memory",
|
|
}
|