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

x/valibot/mod.ts>StrictTupleIssue

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

Strict tuple issue type.

Properties

readonly
kind: "schema"

The issue kind.

readonly
type: "strict_tuple"

The issue type.

readonly
expected: "Array" | "never"

The expected property.