Interface DeviceOptions

    interface DeviceOptions {
        opal?: OpalOptions;
    }

    Properties

    Properties

    opal?: OpalOptions