mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 17:17:23 +08:00
Update index.d.ts (#16396)
This commit is contained in:
2
types/alexa-sdk/index.d.ts
vendored
2
types/alexa-sdk/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user