Skip to main content
Module

x/valibot/mod.ts>RecordPathItem

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

Record path item type.

definition: { type: "record"; input: Record<string | number | symbol, unknown>; key: string | number | symbol; value: unknown; }