(
args: Items,
rest?: Rest
)
| 1894 | _output: core.$InferOuterFunctionType<Args, Returns>; |
| 1895 | |
| 1896 | input<const Items extends util.TupleItems, const Rest extends core.$ZodFunctionOut = core.$ZodFunctionOut>( |
| 1897 | args: Items, |
| 1898 | rest?: Rest |
| 1899 | ): ZodMiniFunction<ZodMiniTuple<Items, Rest>, Returns>; |
no outgoing calls
no test coverage detected