mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 23:40:18 +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.