UNPKG

100 BTypeScriptView Raw
1export interface BeforeApplicationShutdown {
2 beforeApplicationShutdown(signal?: string): any;
3}