UNPKG

@addapptables/microservice

Version:
5 lines (4 loc) 109 B
export interface IOnInit { onInit(): Promise<void> | void; } export declare const OnInit: keyof IOnInit;