16 agent tools, event handler for auto-linking, sync job every 15m. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
import type * as errors from "../core/errors.js";
|
|
export default function (): {
|
|
localeError: errors.$ZodErrorMap;
|
|
};
|