@deltares/fews-pi-requests
Version:
Library for making requests to the FEWS PI webservice
8 lines • 313 B
JavaScript
export var DocumentFormat;
(function (DocumentFormat) {
DocumentFormat["PI_XML"] = "PI_XML";
DocumentFormat["PI_JSON"] = "PI_JSON";
DocumentFormat["PI_CSV"] = "PI_CSV";
DocumentFormat["GEO_JSON"] = "GEO_JSON";
})(DocumentFormat || (DocumentFormat = {}));
//# sourceMappingURL=documentFormat.js.map