UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

8 lines (7 loc) 181 B
import type { BaseFilter } from "./baseFilter"; export interface LogDisplaysFilter extends BaseFilter { /** * the id of the log display */ logDisplayId: string; }