UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

7 lines (6 loc) 375 B
export interface AddJobCommentResponse { commentId: string; } export declare function AddJobCommentResponseFromJSON(json: any): AddJobCommentResponse; export declare function AddJobCommentResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddJobCommentResponse; export declare function AddJobCommentResponseToJSON(value?: AddJobCommentResponse | null): any;