Type alias ValidationMap<T>

ValidationMap<T>: { [ K in keyof T]?: Validator<T[K]> }

Type Parameters

  • T

Generated using TypeDoc