From f345a6fca5b2be956c55528bbfb8a4e63a2b8069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=B6nthal?= Date: Thu, 1 Jun 2017 17:46:41 +0200 Subject: [PATCH] Update index.d.ts (#16396) --- types/alexa-sdk/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/alexa-sdk/index.d.ts b/types/alexa-sdk/index.d.ts index 9f99b14995..3c74c3d026 100644 --- a/types/alexa-sdk/index.d.ts +++ b/types/alexa-sdk/index.d.ts @@ -7,7 +7,7 @@ export function handler(event: RequestBody, context: Context, callback?: Functio export function CreateStateHandler(state: string, obj: any): any; export var StateString: string; -interface AlexaObject { +interface AlexaObject extends Handler { _event: any; _context: any; _callback: any;