UNPKG

@esri/arcgis-rest-request

Version:

Common methods and utilities for @esri/arcgis-rest-js packages.

5 lines (4 loc) 188 B
/** * Valid response formats for the `f` parameter. */ export type ResponseFormats = "json" | "geojson" | "pbf" | "pbf-as-geojson" | "pbf-as-arcgis" | "text" | "html" | "image" | "zip";