Interface SpotxData

A record of SpotX query string parameters. Each entry contains the parameter name with associated value.

interface SpotxData {
    [key: string]: string | number | boolean | string[] | Geo;
}

Indexable

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

Generated using TypeDoc