Open
Description
Is your feature request related to a problem? Please describe.
We have a lot of type definitions within our project. Some represent our backend responses, some define the objects we work with. This should be centralized.
Describe the solution you'd like
store all type definitions and enums in a central folder, or in folders representing the components where they are used.
Describe alternatives you've considered
A perfect way would be to generate these static definitions from the backend. e.g. https://pypi.org/project/py-ts-interfaces/
Additional context
We should discuss this before deciding for a way