import { type z } from "https://deno.land/x/zod@v3.21.1/index.ts";
const { ZodNullableType } = z;
Type Parameters
T extends ZodTypeAny
definition: ZodNullable<T>
import { type z } from "https://deno.land/x/zod@v3.21.1/index.ts";
const { ZodNullableType } = z;