UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

8 lines (7 loc) 504 B
import { EsriWorkflowModelsRestAutomationBasic } from './'; export interface CreateAutomationsResponse { automations?: Array<EsriWorkflowModelsRestAutomationBasic>; } export declare function CreateAutomationsResponseFromJSON(json: any): CreateAutomationsResponse; export declare function CreateAutomationsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateAutomationsResponse; export declare function CreateAutomationsResponseToJSON(value?: CreateAutomationsResponse | null): any;