UNPKG

@esri/arcgis-rest-request

Version:

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

12 lines (11 loc) 188 B
/** * */ export interface ISymbol { type: SymbolType; style?: string; } /** * */ export type SymbolType = "esriSLS" | "esriSMS" | "esriSFS" | "esriPMS" | "esriPFS" | "esriTS";