team-1/node_modules/zod/v4/locales/bg.d.ts

6 lines
177 B
TypeScript
Raw Normal View History

2025-08-01 21:10:03 +02:00
import type * as errors from "../core/errors.js";
export declare const parsedType: (data: any) => string;
export default function (): {
localeError: errors.$ZodErrorMap;
};