docs: update api report

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-12-03 15:21:14 +01:00
parent 255e829be2
commit d18e5b3650
+4 -1
View File
@@ -507,7 +507,10 @@ export interface RootHttpRouterService {
}
// @public
export interface RootLifecycleService extends LifecycleService {}
export interface RootLifecycleService extends LifecycleService {
// (undocumented)
addBeforeShutdownHook(hook: () => void): void;
}
// @public
export interface RootLoggerService extends LoggerService {}