UNPKG

@esri/arcgis-rest-request

Version:

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

6 lines (5 loc) 134 B
import { ResponseFormats } from "./ResponseFormats.js"; export interface IParams { f?: ResponseFormats; [key: string]: any; }