Skip to main content
Module

x/valibot/src/types/issue.ts>SetPathItem

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

Set path item type.

Properties

readonly
type: "set"

The path item type.

readonly
origin: "value"

The path item origin.

readonly
input: Set<unknown>

The path item input.

readonly
key: null

The path item key.

readonly
value: unknown

The path item key.