Skip to content

TypeAlias.ObjectShapeProperties

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

umt / ObjectShapeProperties

Type Alias: ObjectShapeProperties<T>

ObjectShapeProperties<T> = { [key in keyof T]: ValidateType<ReturnType<T[key]>["type"]> }

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

Resolved property map produced by applying ValidateType to every shape entry. Each property maps a ValidateType tag (such as "string", "number") back to the runtime type expected at that key.

Type Parameters

T

T extends ObjectShape

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally