StorageKey type infrastructure exported

Last updated: 2026-03-05T10:53:28.866Z

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)

graph LR StorageKey["StorageKey"] createLogger["createLogger"] StorageKey -->|uses| createLogger style StorageKey fill:#dbeafe,stroke:#2563eb,stroke-width:2px click StorageKey "b4cbb793d31b8ffe.html" click createLogger "70597a0a6b5e9ebb.html"
TargetType
createLogger uses

No incoming dependencies.