@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
9 lines (8 loc) • 679 B
TypeScript
import { EsriWorkflowModelsRestJobAttachmentLinked } from './';
export interface EsriWorkflowModelsRestJobAttachmentLinkedBody {
attachments: Array<EsriWorkflowModelsRestJobAttachmentLinked>;
stepId?: string | null;
}
export declare function EsriWorkflowModelsRestJobAttachmentLinkedBodyFromJSON(json: any): EsriWorkflowModelsRestJobAttachmentLinkedBody;
export declare function EsriWorkflowModelsRestJobAttachmentLinkedBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowModelsRestJobAttachmentLinkedBody;
export declare function EsriWorkflowModelsRestJobAttachmentLinkedBodyToJSON(value?: EsriWorkflowModelsRestJobAttachmentLinkedBody | null): any;