fix(parser): type hints should reflect primitive types support (#8175)
* fix: parser type hints should reflect primitive types As per #4502, primitive types are supported by the `parser` utility. However, the type hints utilized in the functions and envelopes there do not reflect that at the moment, making type checkers lack when inferring the return types, for example. This aims to improve this situation by adjusting the type hints there. * fix: small changes --------- Co-authored-by: Leandro Damascena <lcdama@amazon.pt>
C
Catarina Silva committed
1585b66926ec4ce8309d543ffbed3093979aeae5
Parent: 2e11129
Committed by GitHub <noreply@github.com>
on 4/27/2026, 4:25:06 PM