@dxos/client
    Preparing search index...

    Type Alias Properties<T>

    Properties: Omit<T, "id" | Entity.KindId | Relation.Source | Relation.Target>

    Returns all properties of an object or relation except for the id and kind.

    Type Parameters

    • T = any