mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
export function collectDeprecatedInternalConfigApiViolations(options?: {
|
|
repoRoot?: string;
|
|
}): string[];
|
|
|
|
export function collectRuntimeActionLoadConfigViolations(options?: { repoRoot?: string }): string[];
|