File size: 100 Bytes
cd6720a
 
 
1
2
3
4
export interface BeforeApplicationShutdown {
    beforeApplicationShutdown(signal?: string): any;
}