apollo-state-sync - API Reference (Users)
    Preparing search index...

    Type Alias PersistedStateType

    Represents the structure of the Apollo Client state saved in persistent storage.

    type PersistedStateType = {
        cache: NormalizedCacheObject;
        expiresAt: number;
        reactiveVars: Record<string, unknown>;
    }
    Index
    expiresAt: number
    reactiveVars: Record<string, unknown>