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

Type Parameters