diff --git a/http/user_agent.ts b/http/user_agent.ts index 5902be87f..90f2ed08b 100644 --- a/http/user_agent.ts +++ b/http/user_agent.ts @@ -85,11 +85,11 @@ export interface Device { /** The type of device. */ readonly type: | "console" - | "mobile" - | "table" - | "smartv" - | "wearable" | "embedded" + | "mobile" + | "tablet" + | "smarttv" + | "wearable" | undefined; /** The vendor of the device. */ readonly vendor: string | undefined;