UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

15 lines (14 loc) 302 B
export declare const TemplateType: { EMAIL: string; WEB: string; STEP: string; }; export interface TemplateDescription { templateId: string; templateName: string; } export interface TemplateDetails { templateId?: string; templateName: string; templateDetails: string; }