@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
8 lines (7 loc) • 522 B
TypeScript
import { EsriWorkflowModelsRestJobAttachmentDescription } from './';
export interface JobAttachmentDescriptions {
attachments?: Array<EsriWorkflowModelsRestJobAttachmentDescription>;
}
export declare function JobAttachmentDescriptionsFromJSON(json: any): JobAttachmentDescriptions;
export declare function JobAttachmentDescriptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttachmentDescriptions;
export declare function JobAttachmentDescriptionsToJSON(value?: JobAttachmentDescriptions | null): any;