mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-08 10:10:25 +00:00
Custom validators that use the `Validator` type need to be able to access values out of the `props` object, but currently this fails type checking. The object of props is keyed by strings, so add this simple type.