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
There is an interface defined in x-pack/plugins/observability/public/application/type.ts called ObservabilityAppServices. This type is essentially a duplicate of the ObservabilityPublicPluginsStart interface which is defined in x-pack/plugins/observability/public/plugin.ts.
Lets remove it so there can be no confusion as to what type to use.
✅ Acceptance criteria
The interface ObservabilityAppServices in x-pack/plugins/observability/public/application/type.ts should be removed
All references should be updated to use the one in x-pack/plugins/observability/public/plugin.ts.
The text was updated successfully, but these errors were encountered:
Part of #152783
📝 Summary
There is an interface defined in
x-pack/plugins/observability/public/application/type.ts
calledObservabilityAppServices
. This type is essentially a duplicate of theObservabilityPublicPluginsStart
interface which is defined inx-pack/plugins/observability/public/plugin.ts
.Lets remove it so there can be no confusion as to what type to use.
✅ Acceptance criteria
ObservabilityAppServices
inx-pack/plugins/observability/public/application/type.ts
should be removedx-pack/plugins/observability/public/plugin.ts
.The text was updated successfully, but these errors were encountered: