Skip to content

TypeAlias.ObjectValidator

github-actions[bot] edited this page Jul 1, 2026 · 30 revisions

umt / ObjectValidator

Type Alias: ObjectValidator<T>

ObjectValidator<T> = (value) => ValidateCoreReturnType<InferObject<T>> & object

Defined in: Validate/object/core.ts:57

Object validator augmented with the original shape map. The shape map is exposed so derived helpers such as pick(), omit(), partial(), and required() can compose new object validators from existing ones.

Type Declaration

shape

shape: T

Type Parameters

T

T extends ObjectShape

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally