Type alias WeakValidationMap<T>

WeakValidationMap<T>: { [ K in keyof T]?: null extends T[K] ? <internal>.Validator<T[K] | null | undefined> : undefined extends T[K] ? <internal>.Validator<T[K] | null | undefined> : <internal>.Validator<T[K]> }

Deprecated

Use WeakValidationMap from the ´prop-types` instead.

Type Parameters

  • T

Generated using TypeDoc