Chok’s React Utilities
    Preparing search index...

    Type Alias SharedQueryState<TData>

    SharedQueryState: Record<string, QueryStateValue<TData>>

    The full query state is a record of all the fetch states mapped by query key to the state entry.

    Type Parameters

    • TData