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