drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
86 stars 28 forks source link

Export types #84

Closed antoniomuso closed 1 year ago

antoniomuso commented 1 year ago

I am currently using EventBroker but I don't have types like Question, Answer, Vote Comment, and so on. is It possible to export these types?

drodil commented 1 year ago

Yeah makes sense. These types should be exported from the qeta-common plugin and also used for both backend/frontend plugins instead of having those duplicated. Are you willing to provide a PR for this refactoring?

antoniomuso commented 1 year ago

Yeah makes sense. These types should be exported from the qeta-common plugin and also used for both backend/frontend plugins instead of having those duplicated. Are you willing to provide a PR for this refactoring?

I did it!

drodil commented 1 year ago

Closing as this was refactored in #85