In this code:
My problem is that 'NumericColumnKeys' resolves to never. However, if 'schemas' only has one key, it works correctly. i.e.:
I am trying to use this code to dynamically generate a validation schema from a configurator object. You can find a full example of what I'm trying to accomplish here: https://github.com/oshox/schema-function-test/blob/main/index.ts
Please feel free to suggest better ways to do this.