variable z.isDirtyRe-exportimport { z } from "https://deno.land/x/zod@v3.23.2/mod.ts"; const { isDirty } = z; type<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>