type alias z.OKRe-exportimport { type z } from "https://deno.land/x/zod@v3.22.1/index.ts"; const { OK } = z; Type ParametersTdefinition: { status: "valid"; value: T; }variable z.OKRe-exportimport { z } from "https://deno.land/x/zod@v3.22.1/index.ts"; const { OK } = z; type<T>(value: T) => OK<T>