/** * ENUM which defines human readable Item Type names * DO **NOT** UPDATE THIS ENUM W/O RESOLVING https://devtopia.esri.com/dc/hub/issues/6990 */ export declare const ItemType: { readonly "360 VR Experience": "360 VR Experience"; readonly "Apache Parquet": "Apache Parquet"; readonly "AppBuilder Widget Package": "AppBuilder Widget Package"; readonly "Desktop Add In": "Desktop Add In"; readonly "Explorer Add In": "Explorer Add In"; readonly "Explorer Map": "Explorer Map"; readonly "Explorer Layer": "Explorer Layer"; readonly "Windows Mobile Package": "Windows Mobile Package"; readonly "ArcGIS Pro Add In": "ArcGIS Pro Add In"; readonly "ArcGIS Pro Configuration": "ArcGIS Pro Configuration"; readonly "Globe Document": "Globe Document"; readonly "Map Document": "Map Document"; readonly "ArcPad Package": "ArcPad Package"; readonly "Published Map": "Published Map"; readonly "Scene Document": "Scene Document"; readonly "CityEngine Web Scene": "CityEngine Web Scene"; readonly "Code Sample": "Code Sample"; readonly "CSV Collection": "CSV Collection"; readonly CSV: "CSV"; readonly "CAD Drawing": "CAD Drawing"; readonly "Deep Learning Package": "Deep Learning Package"; readonly "Desktop Application": "Desktop Application"; readonly "Desktop Application Template": "Desktop Application Template"; readonly "Desktop Style": "Desktop Style"; readonly "Earth Configuration": "Earth Configuration"; readonly "Feature Collection": "Feature Collection"; readonly "File Geodatabase": "File Geodatabase"; readonly GeoJson: "GeoJson"; readonly "Geoprocessing Package": "Geoprocessing Package"; readonly GeoPackage: "GeoPackage"; readonly "Geoprocessing Sample": "Geoprocessing Sample"; readonly GML: "GML"; readonly "Image Collection": "Image Collection"; readonly Image: "Image"; readonly "iWork Keynote": "iWork Keynote"; readonly "iWork Numbers": "iWork Numbers"; readonly "iWork Pages": "iWork Pages"; readonly "KML Collection": "KML Collection"; readonly KML: "KML"; readonly Layer: "Layer"; readonly "Layer Package": "Layer Package"; readonly Layout: "Layout"; readonly "Locator Package": "Locator Package"; readonly "Map Package": "Map Package"; readonly "Map Template": "Map Template"; readonly "Microsoft Excel": "Microsoft Excel"; readonly "Microsoft Powerpoint": "Microsoft Powerpoint"; readonly "Visio Document": "Visio Document"; readonly "Microsoft Word": "Microsoft Word"; readonly "Mobile Basemap Package": "Mobile Basemap Package"; readonly "Mobile Map Package": "Mobile Map Package"; readonly "Mobile Scene Package": "Mobile Scene Package"; readonly Notebook: "Notebook"; readonly PDF: "PDF"; readonly "Pro Map": "Pro Map"; readonly "Pro Report": "Pro Report"; readonly "Project Package": "Project Package"; readonly "Project Template": "Project Template"; readonly "Raster function template": "Raster function template"; readonly "Rule Package": "Rule Package"; readonly "Scene Package": "Scene Package"; readonly "Service Definition": "Service Definition"; readonly Shapefile: "Shapefile"; readonly "Survey123 Add In": "Survey123 Add In"; readonly "Tile Package": "Tile Package"; readonly "Vector Tile Package": "Vector Tile Package"; readonly "Workflow Manager Package": "Workflow Manager Package"; readonly "Document Link": "Document Link"; readonly "Feature Service": "Feature Service"; readonly "Geocoding Service": "Geocoding Service"; readonly "Geodata Service": "Geodata Service"; readonly "Geometry Service": "Geometry Service"; readonly "Geoprocessing Service": "Geoprocessing Service"; readonly "Geoenrichment Service": "Geoenrichment Service"; readonly "Globe Service": "Globe Service"; readonly "Image Service": "Image Service"; readonly "Map Service": "Map Service"; readonly "Network Analysis Service": "Network Analysis Service"; readonly "Vector Tile Service": "Vector Tile Service"; readonly WFS: "WFS"; readonly WMS: "WMS"; readonly WMTS: "WMTS"; readonly OGCFeatureServer: "OGCFeatureServer"; readonly "Scene Service": "Scene Service"; readonly "Stream Service": "Stream Service"; readonly "Workflow Manager Service": "Workflow Manager Service"; readonly "Web Mapping Application": "Web Mapping Application"; readonly "Mobile Application": "Mobile Application"; readonly "AppBuilder Extension": "AppBuilder Extension"; readonly "Google Drive": "Google Drive"; readonly Dropbox: "Dropbox"; readonly OneDrive: "OneDrive"; readonly StoryMap: "StoryMap"; readonly Dashboard: "Dashboard"; readonly "Hub Project": "Hub Project"; readonly "Hub Initiative": "Hub Initiative"; readonly "Hub Site Application": "Hub Site Application"; readonly "Web Experience": "Web Experience"; readonly "Insights Workbook Package": "Insights Workbook Package"; readonly Application: "Application"; readonly "ArcGIS Explorer Application Configuration": "ArcGIS Explorer Application Configuration"; readonly "ArcMap Document": "ArcMap Document"; readonly "Layer File": "Layer File"; readonly ogcFeature: "ogcFeature"; readonly FeatureServer: "Feature Service"; readonly GeocodeServer: "GeocodeServer"; readonly GeoDataServer: "GeoDataServer"; readonly GeometryServer: "GeometryServer"; readonly GeoenrichmentServer: "GeoenrichmentServer"; readonly GPServer: "GPServer"; readonly GlobeServer: "GlobeServer"; readonly ImageServer: "ImageServer"; readonly MapServer: "MapServer"; readonly NAServer: "NAServer"; readonly ElevationServer: "ElevationServer"; readonly VectorTileServer: "VectorTileServer"; readonly "Scene Server": "Scene Server"; readonly StreamServer: "StreamServer"; readonly WMServer: "WMServer"; readonly TiledImageServer: "TiledImageServer"; }; export type TItemType = (typeof ItemType)[keyof typeof ItemType];