common-types
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -41,3 +41,2 @@ /** | ||
} | ||
export declare type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void; | ||
/** A Lambda function called to indicate the end-state of a lambda function */ | ||
@@ -44,0 +43,0 @@ export declare type LambdaSuccessCallback<T = IDictionary> = (error: null, response: T) => void; |
{ | ||
"name": "common-types", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "respository": "https://github.com/lifegadget/common-types", |
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
11169
205