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