mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 03:05:45 +00:00
1 line
54 B
TypeScript
1 line
54 B
TypeScript
export type PluginKind = "memory" | "context-engine";
|