@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
8 lines (7 loc) • 639 B
TypeScript
import { EsriWorkflowExceptionsDetailedErrorDTO } from './';
export interface EsriWorkflowExceptionsWorkflowJsonExceptionDTO {
error: EsriWorkflowExceptionsDetailedErrorDTO;
}
export declare function EsriWorkflowExceptionsWorkflowJsonExceptionDTOFromJSON(json: any): EsriWorkflowExceptionsWorkflowJsonExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowJsonExceptionDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowExceptionsWorkflowJsonExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowJsonExceptionDTOToJSON(value?: EsriWorkflowExceptionsWorkflowJsonExceptionDTO | null): any;