mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
import { StateDefinition } from "./state-definition";
|
|
|
|
export const FOLDER_SERVICE_DISK = new StateDefinition("FolderService", "disk");
|