variable isValidimport { isValid } from "https://dotland.deno.dev/x/zod@v3.17.10/helpers/parseUtil.ts"; type<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>