1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00
Files
browser/libs/common/src/enums/storageLocation.ts
2022-06-03 16:24:40 +02:00

6 lines
87 B
TypeScript

export enum StorageLocation {
Both = "both",
Disk = "disk",
Memory = "memory",
}