Skip to main content
Module

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

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

Schema without pipe type.

Type Parameters

TSchema extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
definition: TSchema & { pipe?: never; }