Skip to main content
Module

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

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

Base metadata type.

Properties

readonly
kind: "metadata"

The object kind.

readonly
type: string

The metadata type.

readonly
reference: (...args: any[]) => BaseMetadata<unknown>

The metadata reference.

readonly
optional
_types: { readonly input: TInput; readonly output: TInput; readonly issue: never; }

Input, output and issue type.