Type Alias: MappedObjectValidator<T>
MappedObjectValidator<
T> ={ [key in keyof T]: BaseValidator<T[key]> }
Defined in: projects/shapeshift/src/lib/util-types.ts:31
Type Parameters
| Type Parameter |
|---|
T |
MappedObjectValidator<
T> ={ [key in keyof T]: BaseValidator<T[key]> }
Defined in: projects/shapeshift/src/lib/util-types.ts:31
| Type Parameter |
|---|
T |