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
Latest
interface BaseMetadata
Re-export
import { type BaseMetadata } from "https://deno.land/x/valibot@v0.2.0-to-json-schema/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<any>

The metadata reference.

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

Input, output and issue type.