Skip to main content
Module

x/valibot/src/types/index.ts>GenericMetadata

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface GenericMetadata
implements BaseMetadata<TInput>
import { type GenericMetadata } from "https://deno.land/x/valibot@v0.37.0/src/types/index.ts";

Generic metadata type.

Type Parameters

optional
TInput = unknown