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