Genkit JS API reference
    Preparing search index...

    Variable unionConst

    union: <
        Options extends
            Readonly<[z.ZodTypeAny, z.ZodTypeAny, ...z.ZodTypeAny[]]>,
    >(
        types: Options,
        params?: z.RawCreateParams,
    ) => z.ZodUnion<Options>

    Type Declaration