@ampt/data
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "@ampt/data", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
@@ -92,3 +92,3 @@ export type getOptions = { | ||
lastKey?: string | ||
next: () => Promise<GetBatchResponseMeta<T>> | ||
next?: () => Promise<GetBatchResponseMeta<T>> | ||
} | ||
@@ -95,0 +95,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1036417
27660