CatchallInput<T>: ZodType extends T
    ? unknown
    : {
        [k: string]: T["_input"];
    }

Type Parameters