Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/types/dataset.ts>UntypedDataset

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface UntypedDataset
import { type UntypedDataset } from "https://deno.land/x/valibot@v0.35.0/src/types/dataset.ts";

Untyped dataset type.

Type Parameters

TIssue extends BaseIssue<unknown>

Properties

typed: false

Whether is's typed.

value: unknown

The dataset value.

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

The dataset issues.