interface Model {
    geoEnabled: boolean;
    markets: string[];
    url: string;
}

Properties

geoEnabled: boolean
markets: string[]
url: string