mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts (#16396)
This commit is contained in:
parent
8772d17b0f
commit
f345a6fca5
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user