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