Skip to main content
Module

x/zod/external.ts>OuterTypeOfFunction

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias OuterTypeOfFunction
import { type OuterTypeOfFunction } from "https://deno.land/x/zod@v3.17.3/external.ts";

Type Parameters

Args extends ZodTuple<any, any>
Returns extends ZodTypeAny
definition: Args["_input"] extends Array<any> ? (...args: Args["_input"]) => Returns["_output"] : never