mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { ZodErrorMap } from "../ZodError";
|
|
declare const errorMap: ZodErrorMap;
|
|
export default errorMap;
|