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