Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/methods/fallback/types.ts>FallbackInfo

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias FallbackInfo
import { type FallbackInfo } from "https://deno.land/x/valibot@v0.13.0/src/methods/fallback/types.ts";

Fallback info type.

definition: { input: unknown; issues: Issues; }