OK, worked it out by looking in fetch.d.ts...
const latLonStep: LatLonStep = { lat:_loc.lat, lon:_loc.lon, step:1};
getMeteogramForecastData(_model, latLonStep).then((meteogramForecast) => {
_meteogramForecast = meteogramForecast;
updateSounding();
});