Amazon Vinyl
    Preparing search index...

    Interface UaDeviceInfo

    Device information from the user agent.

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