export interface WorkflowToolEdgeStepModel {
    stepLatencySecs: number;
    edgeId: string;
    targetNodeId: string;
}
