[Cases] Create package for case API types #151648
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
In PR #150963 we needed to use Case types in the
triggers_actions_ui
plugin. Cases require and use thetriggers_actions_ui
plugin. To avoid circular dependencies we duplicate the code. We should create a package that contains all of our API types so they can be imported to other plugins and avoid circular dependencies if cases depend on them.The text was updated successfully, but these errors were encountered: