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
The thing I would like to do is to generate TS interfaces for all classes of some specific interface. I.e. I am using MediatR to model commands, so any command type implements the interface MediatR.IRequest.
It would be nice to be able to not specify all specific classes (they are all over the project). Is this possible? If not would consider accepting PRs for this feature (or even add it yourself)?
The text was updated successfully, but these errors were encountered:
The thing I would like to do is to generate TS interfaces for all classes of some specific interface. I.e. I am using MediatR to model commands, so any command type implements the interface MediatR.IRequest.
It would be nice to be able to not specify all specific classes (they are all over the project). Is this possible? If not would consider accepting PRs for this feature (or even add it yourself)?
The text was updated successfully, but these errors were encountered: