Home
API reference

StorageResult

strata-game-library/capacitor

strata-game-library/capacitor


strata-game-library/capacitor / StorageResult

Interface: StorageResult<T>

Defined in: definitions.ts:167

Result of a storage get operation.

Type Parameters

T

T = unknown

Properties

exists

exists: boolean

Defined in: definitions.ts:169


value

value: T | null

Defined in: definitions.ts:168