Skip to main content
Module

x/valibot/mod.ts>SetPathItem

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

Set path item type.

Properties

type: "set"
origin: "value"
input: Set<unknown>
key: number
value: unknown