@deboxsoft/module-core
Advanced tools
Comparing version 1.8.0-16 to 1.8.0-17
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "1.8.0-16", | ||
"version": "1.8.0-17", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
export interface PageCursorParams { | ||
limit?: number; | ||
previous?: any | any[]; | ||
before?: string; | ||
next?: any | any[]; | ||
after?: string; | ||
@@ -5,0 +7,0 @@ hint?: string | Record<string, any>; |
Sorry, the diff of this file is not supported yet
48386
1234