UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

8 lines (7 loc) 376 B
export interface JobAttachmentResult { alias?: string; url?: string; } export declare function JobAttachmentResultFromJSON(json: any): JobAttachmentResult; export declare function JobAttachmentResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttachmentResult; export declare function JobAttachmentResultToJSON(value?: JobAttachmentResult | null): any;