Migrate Cache and Database types into backend-plugin-api

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-01-04 10:44:04 +01:00
parent dcf3b33189
commit 5437fe488f
11 changed files with 146 additions and 144 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-common': patch
---
Migrated types related to `CacheService` and `DatabaseService` into backend-plugin-api.