UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

5 lines (4 loc) 126 B
import type { BaseFilter } from "./baseFilter"; export interface FssInfoFilter extends BaseFilter { workflowId: string; }