Chok’s React Utilities
    Preparing search index...

    Type Alias StorageOptions<T>

    type StorageOptions<T> = {
        indexedDbKey?: string;
        localStorageKey?: string;
        store?: StorageAdapter<T>;
        storeExpiryMs?: number;
    }

    Type Parameters

    • T
    Index

    Properties

    indexedDbKey?: string
    localStorageKey?: string
    store?: StorageAdapter<T>
    storeExpiryMs?: number