UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

8 lines (7 loc) 530 B
import { EsriWorkflowModelsRestJobAttachmentLinkedResult } from './'; export interface JobAttachmentLinkedResults { attachments: Array<EsriWorkflowModelsRestJobAttachmentLinkedResult>; } export declare function JobAttachmentLinkedResultsFromJSON(json: any): JobAttachmentLinkedResults; export declare function JobAttachmentLinkedResultsFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttachmentLinkedResults; export declare function JobAttachmentLinkedResultsToJSON(value?: JobAttachmentLinkedResults | null): any;