Interface GameHostGeolocation

Hierarchy

  • GameHostGeolocation

Properties

available: boolean
city: { name: null | string; region: null | string }

Type declaration

  • name: null | string
  • region: null | string
continent: string
country: { code: string; name: string }

Type declaration

  • code: string
  • name: string
timezone: string

Generated using TypeDoc