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