StorageKey type infrastructure exported
Last updated: 2026-03-05T10:53:28.866Z
Location
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type StorageKey
Summary
Union type of all valid storage key values.
Source Code
export type StorageKey = (typeof STORAGE_KEYS)[keyof typeof STORAGE_KEYS];
Dependencies (Outgoing)
| Target | Type |
|---|---|
| createLogger | uses |
No incoming dependencies.