class z.ZodUnion extends ZodType<T[number]["_output"], ZodUnionDef<T>, T[number]["_input"]>import { z } from "https://deno.land/x/pup@1.0.0-rc.9/deps.ts"; const { ZodUnion } = z; Type ParametersT extends ZodUnionOptionsPropertiesreadonlyoptionsMethods_parse(input: ParseInput): ParseReturnType<this["_output"]>Static Propertiescreate: <T extends Readonly<[ZodTypeAny, ZodTypeAny, ...ZodTypeAny[]]>>(types: T, params?: RawCreateParams) => ZodUnion<T>