Interface SpotxQueryParameter

A record of SpotX query string parameters which can be a nested structure. Each entry contains the parameter name with associated value.

Indexable

  • [key: string]:
        | string
        | number
        | boolean
        | string[]
        | Geo
        | SpotxData
        | SpotxData[]