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