export type DeviceTypes = "mobile" | "tablet" | "smarttv" | "console" | "wearable" | "embedded" | undefined;