type alias z.ZodOptionalTypeimport { type z } from "https://dotland.deno.dev/x/zod@v3.17.10/index.ts"; const { ZodOptionalType } = z; Type ParametersT extends ZodTypeAnydefinition: ZodOptional<T>