Interface DeviceRegistration
interface DeviceRegistration { Handle?: null | string; Platform?: null | string; Tags?: null | string[]; } Properties
Optional
Handle
Handle?: null | string
Optional
Platform
Platform?: null | string
Optional
Tags
Tags?: null | string[]
export DeviceRegistration