Skip to main content
Module

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

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

Array path item type.

Properties

readonly
type: "array"

The path item type.

readonly
origin: "value"

The path item origin.

readonly
input: MaybeReadonly<unknown[]>

The path item input.

readonly
key: number

The path item key.

readonly
value: unknown

The path item value.