chore: fix api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-06 21:05:07 +01:00
parent 181c03edb5
commit c1a19d2647
+1 -1
View File
@@ -508,7 +508,7 @@ export interface ServiceRefConfig<TService, TScope extends 'root' | 'plugin'> {
// @public
export interface SharedBackendEnvironment {
// (undocumented)
$$type: 'SharedBackendEnvironment';
$$type: '@backstage/SharedBackendEnvironment';
}
// @public