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
import { type RecordPathItem } from "https://deno.land/x/valibot@v0.4.0/mod.ts";

Record path item type.

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