Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceProfileData

Hierarchy

  • DeviceProfileData

Index

Properties

identifier

identifier: string

Optional location

location: Geolocation | Record<string, unknown>

Optional metadata

metadata: { browser: {}; hardware: { display: {} }; platform: {} }

Type declaration

  • browser: {}
    • [key: string]: string | number | null
  • hardware: { display: {} }
    • [key: string]: any
    • display: {}
      • [key: string]: string | number | null
  • platform: {}
    • [key: string]: string | number | null