Skip to content

TypeAlias.PartialShape

github-actions[bot] edited this page Jun 20, 2026 · 26 revisions

umt / PartialShape

Type Alias: PartialShape<T>

PartialShape<T> = { [K in keyof T]: OptionalValidator<Parameters<T[K]>[0], ReturnType<T[K]> extends { message: string; type: unknown; validate: boolean } ? ReturnType<T[K]> : never> }

Defined in: Validate/object/partial.ts:17

Type Parameters

T

T extends ObjectShape

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally