@types/mongoose-aggregate-paginate-v2
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,3 +27,3 @@ // Type definitions for mongoose-aggregate-paginate-v2 1.0 | ||
interface PaginateOptions { | ||
sort?: any; | ||
sort?: object | string; | ||
offset?: number; | ||
@@ -30,0 +30,0 @@ page?: number; |
{ | ||
"name": "@types/mongoose-aggregate-paginate-v2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for mongoose-aggregate-paginate-v2", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "637940c395d787caaca9b4d41670c14bfa5143dbed30988a13b0988bdad2dbfa", | ||
"typesPublisherContentHash": "42e2811a3f1553035175d48e9ce301fcccc32a01bd65711c1017616a59633a91", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 02 Dec 2020 19:14:42 GMT | ||
* Last updated: Thu, 03 Dec 2020 21:20:08 GMT | ||
* Dependencies: [@types/mongoose](https://npmjs.com/package/@types/mongoose) | ||
@@ -14,0 +14,0 @@ * Global values: none |
5424