generated from sco1/py-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
internalsChanges to things that aren't user-facingChanges to things that aren't user-facing
Description
The typing is a mess. Currently, typing for serialization uses the types defined by the parser which are broader than what comes out of the validator. This leads to a lot of type narrowing that isn't necessary because the validation step has thrown out values that aren't acceptable for each parameter.
I think it's possible to narrow the post-validation types into something structural, so let's look at that soon.
Metadata
Metadata
Assignees
Labels
internalsChanges to things that aren't user-facingChanges to things that aren't user-facing