Interface StorageKeyEntry

Represents a storage key entry with its namespace metadata. Used as the return type for keysAll.

Hierarchy

  • StorageKeyEntry

Properties

Properties

key: string

The storage key name

secure: boolean

Whether this key is stored in secure (encrypted) storage

shared: boolean

Whether this key is stored in shared storage

Generated using TypeDoc