UNPKG

@deltares/fews-wms-requests

Version:

Library for making requests to the FEWS WMS-T webservice

5 lines 187 B
export interface BaseWMSFilter { /** Format of the response. Options are: application/xml or application/json. * The default format is application/xml. */ format?: string; }