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