method z.ZodObject.prototype.catchallimport { z } from "https://deno.land/x/zod@v3.22.2/index.ts"; const { ZodObject } = z; catchall<Index extends ZodTypeAny>(index: Index): ZodObject<T, UnknownKeys, Index>Type ParametersIndex extends ZodTypeAnyParametersindex: IndexReturnsZodObject<T, UnknownKeys, Index>