UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

5 lines (4 loc) 133 B
import type { BaseFilter } from "./baseFilter"; export interface TopologyThresholdFilter extends BaseFilter { nodeId?: string; }