UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

9 lines (8 loc) 273 B
/** * Definition of the format of the exclude groups parameter * using in the constructor of a WebserviceProvider */ import { ExcludeGroupsDisplayName } from "./excludeGroupsDisplayName"; export interface ExcludeGroups { displayGroups: ExcludeGroupsDisplayName[]; }