api-reports

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-08-15 01:08:17 +02:00
committed by Patrik Oldsberg
parent c37c19cc37
commit 175e4c3516
3 changed files with 4 additions and 13 deletions
+1 -8
View File
@@ -4,14 +4,7 @@
```ts
import { Backend } from '@backstage/backend-app-api';
import { ServiceFactoryOrFunction } from '@backstage/backend-plugin-api';
// @public (undocumented)
export function createBackend(options?: CreateBackendOptions): Backend;
// @public (undocumented)
export interface CreateBackendOptions {
// (undocumented)
services?: ServiceFactoryOrFunction[];
}
export function createBackend(): Backend;
```