Update packages/backend-plugin-api/src/services/system/types.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-18 12:08:33 +02:00
committed by GitHub
parent de3347ca74
commit d3ddd3ef44
@@ -30,7 +30,7 @@ export type ServiceRef<T> = {
/**
* The default factory that will be used to create service
* instances if not other factory is provided.
* instances if no other factory is provided.
*/
defaultFactory?: (service: ServiceRef<T>) => Promise<ServiceFactory<T>>;