mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-14 03:20:49 +00:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
export const enum CommandLane {
|
|
Main = "main",
|
|
Cron = "cron",
|
|
Subagent = "subagent",
|
|
Nested = "nested",
|
|
}
|