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