device placement should be a string, not an object
parent
7f57622724
commit
aeae76ba60
|
@ -7,7 +7,7 @@ export interface Device {
|
|||
id: string;
|
||||
geography: Geography;
|
||||
name: string;
|
||||
placement: DeviceAttribute;
|
||||
placement: string;
|
||||
platform: string;
|
||||
voice: DeviceAttribute;
|
||||
wakeWord: DeviceAttribute;
|
||||
|
|
Loading…
Reference in New Issue