Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias InferType
import { type InferType } from "https://deno.land/x/react_deno@17.0.2/src/prop_types.d.ts";
definition: V extends Validator<infer T> ? T : any