type alias z.DIRTYRe-exportimport { type z } from "https://deno.land/x/zod@v3.23.3/mod.ts"; const { DIRTY } = z; Type ParametersTdefinition: { status: "dirty"; value: T; }variable z.DIRTYRe-exportimport { z } from "https://deno.land/x/zod@v3.23.3/mod.ts"; const { DIRTY } = z; type<T>(value: T) => DIRTY<T>