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
First: Thank you @MichalLytek for all your work, the guide and all the examples! I guess I speak for most, that we are really appreciating your hard work.
Is your feature request related to a problem? Please describe.
I know about the limited TS reflection system, and why Properties and @decorators Fields require redundant type definition. Yet, without a SPOT, there's more room for error.
Describe the solution you'd like
I was wondering if the ts properties could be generated from the @field decorator?
Than we would need to define types only once, e.g.
Instead of:
First: Thank you @MichalLytek for all your work, the guide and all the examples! I guess I speak for most, that we are really appreciating your hard work.
Is your feature request related to a problem? Please describe.
I know about the limited TS reflection system, and why Properties and @decorators Fields require redundant type definition. Yet, without a SPOT, there's more room for error.
Describe the solution you'd like
I was wondering if the ts properties could be generated from the @field decorator?
Than we would need to define types only once, e.g.
Instead of:
Describe alternatives you've considered
TS reflection
The text was updated successfully, but these errors were encountered: