Update index.d.ts (#16396)

This commit is contained in:
Robert Schönthal 2017-06-01 17:46:41 +02:00 committed by Andy
parent 8772d17b0f
commit f345a6fca5

View File

@ -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;