@dxos/client
    Preparing search index...

    Type Alias Snapshot<T>

    Snapshot: Omit<T, Entity.KindId> & BaseRelationSnapshot<
        Obj.Unknown,
        Obj.Unknown,
    >

    Immutable snapshot of an ECHO relation. Branded with SnapshotKindId (not KindId). Property values are frozen at the time the snapshot was created. Returned by getSnapshot() and hooks.

    Type Parameters