@sovereignbase/convergent-replicated-struct
    Preparing search index...

    Type Alias CRStructSnapshot<T>

    CRStructSnapshot: { [K in keyof T]: CRStructSnapshotEntry<T[K]> }

    Represents a serialized snapshot of the full replica state.

    Type Parameters

    • T extends Record<string, unknown>