Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate interfaces for all implementations of some interface #34

Open
jannikbuschke opened this issue Sep 13, 2019 · 0 comments
Open

Comments

@jannikbuschke
Copy link

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant