Variable clientErrorConst

clientError: ZodObject<{
    code: ZodEnum<["NOT_FOUND"]>;
    message: ZodString;
    name: ZodLiteral<"ClientError">;
}, "strip", ZodTypeAny, {
    code: "NOT_FOUND";
    message: string;
    name: "ClientError";
}, {
    code: "NOT_FOUND";
    message: string;
    name: "ClientError";
}> = ...