wf reorg 6 remove pub uses

This commit is contained in:
lda
2026-05-08 22:19:04 +07:00 Verified
parent 8cb4e213d9
commit ea578d2e98
33 changed files with 19 additions and 215 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from typing import Any, TypeAlias, TypeGuard
from wf_core import ConditionNode, ForeachNode, InterruptNode, NodeUse
from ..spec import NodeSpec
from ..nodes import NodeSpec
StepRef: TypeAlias = str | NodeUse | ConditionNode | ForeachNode | InterruptNode
BranchRef: TypeAlias = StepRef | NodeSpec[Any, Any]