@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Type Alias RelationshipIncludes<T_model>

    RelationshipIncludes: Partial<Record<keyof T_model, boolean>>

    Specifies which documents to fetch that are linked with the host document.

    Type Parameters