update API reports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-02 16:29:37 +02:00
parent 5263e9449d
commit d2c6465a43
4 changed files with 44 additions and 17 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ export function createBackend(options?: CreateBackendOptions): Backend;
// @public (undocumented)
export interface CreateBackendOptions {
// (undocumented)
services?: ServiceFactory[];
services?: (ServiceFactory | (() => ServiceFactory))[];
}
```