Vinyl
    Preparing search index...

    Interface DeviceInfo

    Device info to persist between sessions.

    interface DeviceInfo {
        deviceId: string;
        deviceName: string;
        deviceType: string;
    }
    Index

    Properties

    deviceId: string
    deviceName: string
    deviceType: string