mingo
    Preparing search index...

    Type Alias CollectionResolver

    CollectionResolver: (name: string) => AnyObject[]

    Resolves the given string to a Collection. This is useful for operators that require a second collection to use such as $lookup and $out. The collection is not cached and will be resolved each time it is used.

    Type declaration