fix missing semicolon

This commit is contained in:
Pascal Brokmeier
2017-06-30 11:39:21 +02:00
parent 63cc0df9e5
commit b6f0d2ac47

View File

@@ -93,7 +93,7 @@ export interface Request {
type: "LaunchRequest" | "IntentRequest" | "SessionEndedRequest";
requestId: string;
timestamp: string;
locale?: string
locale?: string;
}
export interface SlotValue {