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

x/valibot/mod.ts>PartialDataset

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface PartialDataset
Re-export
import { type PartialDataset } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts";

Partial dataset type.

Type Parameters

TValue
TIssue extends BaseIssue<unknown>

Properties

typed: true

Whether is's typed.

value: TValue

The dataset value.

issues: [TIssue, ...TIssue[]]

The dataset issues.