@rudderstack/integrations-lib
Version:
A comprehensive TypeScript library providing shared utilities, SDKs, and tools for RudderStack integrations and destinations.
8 lines • 312 B
TypeScript
import { ZodError } from 'zod';
/**
* Converts a ZodError into a human-readable string.
* @param {ZodError} error - The Zod error object
* @returns {string} - Formatted error string with paths and messages
*/
export declare const formatZodError: (error: ZodError) => string;
//# sourceMappingURL=zod.d.ts.map