Skip to content

Commit

Permalink
Merge ebba6f0 into bd47925
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoichi-obara committed May 24, 2019
2 parents bd47925 + ebba6f0 commit 47f904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/alexa.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export type DialogState = "STARTED"|"IN_PROGRESS"|"COMPLETED";
export type ClearBehavior = "CLEAR_ENQUEUED"|"CLEAR_ALL";
export type CardType = any; /* "Simple"|"Standard"|"LinkAccount" */

// TODO: A request can also be a few other things we don't handle (e.g. AudioPlayer request, Dispay.RenderTemplate request, etc)
// TODO: A request can also be a few other things we don't handle (e.g. AudioPlayer request, Display.RenderTemplate request, etc)
export type Request = any; /* LaunchRequest|IntentRequest|SessionEndedRequest| */

/**
Expand Down

0 comments on commit 47f904d

Please sign in to comment.