Genkit JS API reference
    Preparing search index...

    Type Alias AnyZodTuple

    AnyZodTuple: z.ZodTuple<
        [z.ZodTypeAny, ...z.ZodTypeAny[]]
        | [],
        z.ZodTypeAny | null,
    >