fb4d8fe
1
2
3
4
5
6
7
export const enum CommandLane { Main = "main", Cron = "cron", Subagent = "subagent", Nested = "nested", }