the-tip-top-backend/node_modules/zod/v4/locales/bg.d.ts
2025-11-17 23:47:54 +01:00

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;
};