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
type alias SetPathItem
Re-export
import { type SetPathItem } from "https://deno.land/x/valibot@v0.28.1/mod.ts";

Set path item type.

definition: { type: "set"; origin: "value"; input: Set<unknown>; key: number; value: unknown; }