just some comment cleanup

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-02-01 13:48:51 +01:00
parent bcd8f0b2fe
commit d9c8720dd4
11 changed files with 25 additions and 23 deletions
@@ -18,7 +18,7 @@ import { LoggerService } from './LoggerService';
/**
* @public
**/
*/
export type LifecycleServiceShutdownHook = {
fn: () => void | Promise<void>;
@@ -30,7 +30,7 @@ export type LifecycleServiceShutdownHook = {
/**
* @public
**/
*/
export interface LifecycleService {
/**
* Register a function to be called when the backend is shutting down.