@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
8 lines (7 loc) • 595 B
TypeScript
import { EsriWorkflowExceptionsErrorDTO } from './';
export interface EsriWorkflowExceptionsWorkflowExceptionDTO {
error: EsriWorkflowExceptionsErrorDTO;
}
export declare function EsriWorkflowExceptionsWorkflowExceptionDTOFromJSON(json: any): EsriWorkflowExceptionsWorkflowExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowExceptionDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowExceptionsWorkflowExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowExceptionDTOToJSON(value?: EsriWorkflowExceptionsWorkflowExceptionDTO | null): any;