mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 03:46:07 +08:00
fix missing semicolon
This commit is contained in:
2
types/alexa-sdk/index.d.ts
vendored
2
types/alexa-sdk/index.d.ts
vendored
@@ -93,7 +93,7 @@ export interface Request {
|
||||
type: "LaunchRequest" | "IntentRequest" | "SessionEndedRequest";
|
||||
requestId: string;
|
||||
timestamp: string;
|
||||
locale?: string
|
||||
locale?: string;
|
||||
}
|
||||
|
||||
export interface SlotValue {
|
||||
|
||||
Reference in New Issue
Block a user