@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Type Alias QueryResults<Base>

    QueryResults: { readonly [QueryType in Base]: Awaited<QueryResult<QueryType>> } & BaseQueryResult

    Type Parameters