[feature-request] Interfaces should have the ability to require the presence of certain decorators on its members, and the classes it is applied to. #40473
Labels
Unactionable
There isn't something we can do with this issue
Interfaces should have the ability to require the presence of certain decorators on its members, and the classes it is applied to.
This would allow the type checker to overcome the issues #4881 (and its duplicate #25119).
Notice: The above mentioned issues request the ability for decorators to modify the types of the stuff it's applied to, and to allow decorators to implement interfaces, while this issue aims to allow interfaces to require decorators to be applied to some of the properties of the interface.
The text was updated successfully, but these errors were encountered: