UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

8 lines (7 loc) 233 B
import { DocumentFormat } from "./documentFormat.js"; export interface BaseFilter { /** File format version 1.9 or up */ documentVersion?: string; /** PI_XML (default) or PI_JSON */ documentFormat?: DocumentFormat; }