You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to re-use the long list of VAT types for my internal methods. Currently, they are copy pasted throughout the library. This means there's no way to just re-use them as a type alias.
Describe the solution you'd like
Create a typing.TypeAlias with the string literals and expose it.
Describe alternatives you've considered
Creating a type alias from the existing class properties did not work. This might be because of my limited understanding of how type hints can be re-used or extracted from external libraries.
Additional context
No response
The text was updated successfully, but these errors were encountered:
@hofrob Can you tell us more about your use case here? You're correct that it's not easy to extract that type, but it's something we can probably surface.
Is your feature request related to a problem? Please describe.
I want to re-use the long list of VAT types for my internal methods. Currently, they are copy pasted throughout the library. This means there's no way to just re-use them as a type alias.
Describe the solution you'd like
Create a
typing.TypeAlias
with the string literals and expose it.Describe alternatives you've considered
Creating a type alias from the existing class properties did not work. This might be because of my limited understanding of how type hints can be re-used or extracted from external libraries.
Additional context
No response
The text was updated successfully, but these errors were encountered: