variable z.customimport { z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts"; const { custom } = z; type<T>(check?: (data: unknown) => any,params?: string | CustomParams | ((input: any) => CustomParams),fatal?: boolean,) => ZodType<T>