type alias OKimport { type OK } from "https://dotland.deno.dev/x/zod@v3.22.0/helpers/parseUtil.ts"; Type ParametersTdefinition: { status: "valid"; value: T; }variable OKimport { OK } from "https://dotland.deno.dev/x/zod@v3.22.0/helpers/parseUtil.ts"; type<T>(value: T) => OK<T>