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