Skip to main content
Module

x/valibot/mod.ts>MapInput

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

Map input inference type.

Type Parameters

TMapKey extends BaseSchema | BaseSchemaAsync
TMapValue extends BaseSchema | BaseSchemaAsync
definition: Map<Input<TMapKey>, Input<TMapValue>>