interface Deviceimport { type Device } from "https://deno.land/std@0.218.0/http/mod.ts"; The device as described by a user agent string. Propertiesreadonlymodel: string | undefinedThe model of the device. readonlytype: | "console" | "mobile" | "table" | "smartv" | "wearable" | "embedded" | undefinedThe type of device. readonlyvendor: string | undefinedThe vendor of the device.