Spaces:
Sleeping
Sleeping
augmenttoolkit / node_modules /@nestjs /common /interfaces /hooks /before-application-shutdown.interface.d.ts
| export interface BeforeApplicationShutdown { | |
| beforeApplicationShutdown(signal?: string): any; | |
| } | |