Chok’s Typescript Utilities
    Preparing search index...

    Type Alias KvStoredObject<T>

    KvStoredObject: StoredObject<T> & { key: string }

    Type to represent a full object with metadata stored in the store.

    Type Parameters

    • T