Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeviceInfo

import type { DeviceInfo } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Device information collected from the job seeker, candidate, or other entity conducting the job search. Providing this information improves the quality of the search results across devices.

interface DeviceInfo {
deviceType?:
| "DEVICE_TYPE_UNSPECIFIED"
| "WEB"
| "MOBILE_WEB"
| "ANDROID"
| "IOS"
| "BOT"
| "OTHER";
id?: string;
}

§Properties

§
deviceType?: "DEVICE_TYPE_UNSPECIFIED" | "WEB" | "MOBILE_WEB" | "ANDROID" | "IOS" | "BOT" | "OTHER"
[src]

Type of the device.

§
id?: string
[src]

A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.