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 🤖
Go to Latest
type alias RecordPathItem
Re-export
import { type RecordPathItem } from "https://deno.land/x/valibot@v0.24.0/src/schemas/index.ts";

Record path item type.

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