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

x/valibot/src/index.ts>ArrayPathItem

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface ArrayPathItem
Re-export
import { type ArrayPathItem } from "https://deno.land/x/valibot@v0.30.0/src/index.ts";

Array path item type.

Properties

type: "array"
origin: "value"
input: unknown[]
key: number
value: unknown