@dxos/client
    Preparing search index...

    Interface OfKind<K>

    Assigns a kind to an Object or Relation instance.

    interface OfKind<K extends Entity.Kind> {
        "[KindId]": K;
        id: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    "[KindId]": K
    id: string