Skip to main content
Module

x/valibot/mod.ts>MapOutput

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

Map output inference type.

Type Parameters

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