UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

8 lines (7 loc) 224 B
import type { BaseFilter } from "./baseFilter"; export interface ReportsFilter extends BaseFilter { /** * Identifier of the report module instance id to retrieve */ moduleInstanceIds?: string | string[]; }