@pipedream/types
Advanced tools
Comparing version
{ | ||
"name": "@pipedream/types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Pipedream TypeScript types", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -108,3 +108,3 @@ /* eslint-disable @typescript-eslint/ban-types */ | ||
page?: number; | ||
prevContext?; // XXX could be typed using context from OptionalOptsFn ReturnValue? | ||
prevContext?: any; // XXX could be typed using context from OptionalOptsFn ReturnValue? | ||
[key: string]: any; // XXX properties in the return value of OptionalOptsFn can be included. Strictly type this instead? | ||
@@ -111,0 +111,0 @@ } |
27424
0.02%