1 2 3 4 5 6
import { z } from "zod"; export const ErrorSchema = z.object({ code: z.string(), message: z.string(), });