common-types
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -36,2 +36,3 @@ /** | ||
export declare type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void; | ||
export declare type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void; | ||
export interface IAWSGatewayResponse { | ||
@@ -38,0 +39,0 @@ statusCode: number; |
{ | ||
"name": "common-types", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/common-types.js", |
@@ -58,2 +58,3 @@ /** | ||
export type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void; | ||
export type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void; | ||
@@ -60,0 +61,0 @@ export interface IAWSGatewayResponse { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20247
414