Vinyl
    Preparing search index...

    Interface DeviceInfo

    interface DeviceInfo {
        authorized?: boolean;
        deviceId?: string;
        deviceType?: string;
    }
    Index

    Properties

    authorized?: boolean
    deviceId?: string
    deviceType?: string