export DeviceRegistration

interface DeviceRegistration {
    Handle?: null | string;
    Platform?: null | string;
    Tags?: null | string[];
}

Properties

Handle?: null | string
Platform?: null | string
Tags?: null | string[]