device placement should be a string, not an object

pull/3/head
Chris Veilleux 2019-03-22 12:22:00 -05:00
parent 7f57622724
commit aeae76ba60
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export interface Device {
id: string;
geography: Geography;
name: string;
placement: DeviceAttribute;
placement: string;
platform: string;
voice: DeviceAttribute;
wakeWord: DeviceAttribute;