Interface UaDeviceInfo

Device information from the user agent.

interface UaDeviceInfo {
    model: null | string;
    type: null | string;
    vendor: null | string;
}

Properties

Properties

model: null | string
type: null | string
vendor: null | string