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