common-types
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -44,3 +44,3 @@ /** | ||
export declare type LambdaSuccessCallback<T = IDictionary> = (error: null, response: T) => void; | ||
export declare type LambdaFailureCallback<T = IDictionary> = (error: string, response: T) => void; | ||
export declare type LambdaFailureCallback<T = ILambdaErrorResponse> = (error: string | object, response: T) => void; | ||
export declare type LambdaCallback<T = IDictionary, E = ILambdaErrorResponse> = LambdaSuccessCallback<T> | LambdaFailureCallback<E>; | ||
@@ -47,0 +47,0 @@ export interface IAWSGatewayResponse { |
{ | ||
"name": "common-types", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"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
11270