Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/unknown/unknown.ts>UnknownSchema

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

Unknown schema type.

Type Parameters

optional
TOutput = unknown
definition: BaseSchema<unknown, TOutput> & { type: "unknown"; pipe: Pipe<unknown> | undefined; }