UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

6 lines 244 B
/** * Detects a ZodError and formats error messages. * This is the main function that should be used in catch blocks. */ export declare const transformZodErrors: (error: any) => Error; //# sourceMappingURL=zod-error-formatter.helper.d.ts.map