Searched defs:WeakValidationMap (Results 1 – 3 of 3) sorted by relevance
25 type WeakValidationMap<T> = { property in Component
20 type WeakValidationMap<T> = {[K in keyof T]?: null extends T[K] ? Validator<T[K] | null | undefined… alias
31 type WeakValidationMap<T> = { property in Component