UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

6 lines (5 loc) 159 B
import type { BaseFilter } from "./baseFilter"; export interface LocationsTooltipFilter extends BaseFilter { filterId?: string; locationId?: string; }