UNPKG

@esri/arcgis-rest-request

Version:

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

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