@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
7 lines (6 loc) • 375 B
TypeScript
export interface CreateDiagramResponse {
diagramId: string;
}
export declare function CreateDiagramResponseFromJSON(json: any): CreateDiagramResponse;
export declare function CreateDiagramResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateDiagramResponse;
export declare function CreateDiagramResponseToJSON(value?: CreateDiagramResponse | null): any;