ConstraintsType<T>: Partial<Record<keyof T, Constraint>>

The type that derives from a generic input structure, retaining the keys. Enables to define mapping between the input structure keys and constraints.

Type Parameters

  • T