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