mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 09:33:37 +00:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
export const enum CommandLane {
|
|
Main = "main",
|
|
Cron = "cron",
|
|
CronNested = "cron-nested",
|
|
Subagent = "subagent",
|
|
Nested = "nested",
|
|
}
|