just some comment cleanup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user