@squidcloud/client
    Preparing search index...

    Type Alias WithDocumentReferences<T>

    WithDocumentReferences: { [k in keyof T]: DocumentReference<Required<T>[k]> }

    Represents the result of a join query where each property is a document reference, grouped by alias instead of containing DocumentData.

    Type Parameters