Skip to main content
Module

x/valibot/mod.ts>ResolveObject

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

Resolve object type.

Hint: This type has no effect and is only used so that TypeScript displays the final type in the preview instead of the utility types used.

definition: Resolve<[k in keyof T]: T[k]>