@squidcloud/client
    Preparing search index...

    Interface HasDereference

    Interface used solely for inheritDoc

    interface HasDereference {
        dereference(): any;
    }

    Implemented by

    Index
    • Dereferences the document references in the result of this query. For example, collection.query().snapshot() returns an array of DocumentReference objects, but collection.query().dereference().snapshot() returns an array of the actual document data.

      Returns any