type alias z.DIRTYRe-exportimport { type z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { DIRTY } = z; Type ParametersTdefinition: { status: "dirty"; value: T; }variable z.DIRTYRe-exportimport { z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { DIRTY } = z; type<T>(value: T) => DIRTY<T>