Type Alias MeshFlowSleepErrorType

MeshFlowSleepErrorType: {
    duration: number;
    index: number;
    workflowDimension: string;
    workflowId: string;
}