Type alias QueryResult<T>

QueryResult<T>: {
    collection: Collection;
    count: string;
    docs: DocumentEntry<T>[];
}

Type Parameters

Type declaration

Generated using TypeDoc