mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-13 00:54:32 +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.