mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-20 05:07:34 +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[];
|