UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

6 lines (5 loc) 166 B
import type { BaseFilter } from "./baseFilter"; export interface WhatIfScenariosFilter extends BaseFilter { whatIfTemplateId?: string; workflowId?: string; }