@smallstack/common
Advanced tools
Comparing version 0.7.20 to 0.7.21
@@ -1,2 +0,2 @@ | ||
export interface APIParams { | ||
export interface APIParams<DATATYPE = any> { | ||
queryParams: { | ||
@@ -11,3 +11,3 @@ [key: string]: string; | ||
}; | ||
data: any; | ||
data: DATATYPE; | ||
} |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.20", | ||
"version": "0.7.21", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
387428