UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

7 lines (6 loc) 361 B
export interface ExportAsyncResponse { exportId?: string; } export declare function ExportAsyncResponseFromJSON(json: any): ExportAsyncResponse; export declare function ExportAsyncResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportAsyncResponse; export declare function ExportAsyncResponseToJSON(value?: ExportAsyncResponse | null): any;