UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

6 lines (5 loc) 154 B
import type { BaseFilter } from "./baseFilter"; export interface ForecastTimesFilter extends BaseFilter { workflowId: string; timeZero: string; }