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

    Type Alias MakeProps<S>

    MakeProps: RelationMakeProps<Schema.Schema.Type<S>>

    Props type for relation creation with a given schema. Takes a schema type (created with Type.Relation) and extracts the props type.

    Type Parameters