Andrew Valleteau
Andrew Valleteau
Still seems to be an issue where extra invalids parameters are juste silently dismissed if the object have all the other properties it need: I'm not sure this is really...
The issue with this is underlyingly how typescript "type duck" object that are not objects literals: https://www.typescriptlang.org/docs/handbook/2/objects.html#excess-property-checks In order to get the excess-property-checks the way you assign the object must...
Hi there ! The fact that in your screenshot everything has a type any seems to indicate that the client isn't being instanced with your introspected types. When you want...
Just a feedback here, testing this out on some codebase result in some BC/bugs where things get infered as "null" only. Will work on making a MRE that can be...