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

x/valibot/src/schemas/index.ts>RecordPathItem

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

Record path item type.

Properties

type: "record"
origin: "key" | "value"
input: Record<string | number | symbol, unknown>
key: string | number | symbol
value: unknown