class z.ZodUnion extends ZodType<T[number]["_output"], ZodUnionDef<T>, T[number]["_input"]>import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/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>