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