type alias DIRTYimport { type DIRTY } from "https://deno.land/x/zod@v3.20.3/helpers/parseUtil.ts"; Type ParametersTdefinition: { status: "dirty"; value: T; }variable DIRTYimport { DIRTY } from "https://deno.land/x/zod@v3.20.3/helpers/parseUtil.ts"; type<T>(value: T) => DIRTY<T>