Skip to main content
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
interface UnknownSchema
implements BaseSchema<unknown, unknown, never>
import { type UnknownSchema } from "https://deno.land/x/valibot@v0.37.0/src/schemas/unknown/unknown.ts";

Unknown schema type.

Properties

readonly
type: "unknown"

The schema type.

readonly
reference: unknown

The schema reference.

readonly
expects: "unknown"

The expected property.