Type alias EditDeviceResource
EditDeviceResource: { active?: boolean; device: GenericID; name?: string; } & { [
key:
string]
: string | boolean; } Type declaration
Optional
active?: boolean
Optional
name?: string
Type declaration
[key: string]: string | boolean
Allowed keys: tags.* or param.*
The value must always be a string or boolean.