@dxos/react-client
    Preparing search index...

    Interface SnapshotOfKind<K>

    Assigns a snapshot kind to an Object or Relation snapshot.

    interface SnapshotOfKind<K extends Entity.Kind> {
        "~@dxos/echo/SnapshotKind": K;
        id: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    "~@dxos/echo/SnapshotKind": K
    id: string