variable isDirtyimport { isDirty } from "https://deno.land/x/zod@v3.20.0/helpers/parseUtil.ts"; type<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>