dyna-record
    Preparing search index...

    Type Alias SearchableRelationshipEntities<T>

    SearchableRelationshipEntities: SearchableRelationshipProperties<T> extends infer K
        ? K extends RelationshipProperties<T> ? RelationshipTarget<T, K> : never
        : never

    Entities reachable through T's searchable relationships (distributive).

    Type Parameters