common-types
Advanced tools
Comparing version 1.5.10 to 1.5.11
@@ -36,3 +36,4 @@ /** | ||
export declare type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void; | ||
export declare type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void; | ||
/** A Lambda function called to indicate the end-state of a lambda function */ | ||
export declare type LambdaCallback<T = IDictionary> = (error: any, response: T) => void; | ||
export interface IAWSGatewayResponse { | ||
@@ -39,0 +40,0 @@ statusCode: number; |
{ | ||
"name": "common-types", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/common-types.js", |
@@ -58,3 +58,4 @@ /** | ||
export type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void; | ||
export type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void; | ||
/** A Lambda function called to indicate the end-state of a lambda function */ | ||
export type LambdaCallback<T = IDictionary> = (error: any, response: T) => void; | ||
@@ -61,0 +62,0 @@ export interface IAWSGatewayResponse { |
20402
8
416