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