Initial commit - Event Planner application
This commit is contained in:
10
node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts
generated
vendored
Normal file
10
node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Interface defining method called once the host module has been initialized.
|
||||
*
|
||||
* @see [Lifecycle Events](https://docs.nestjs.com/fundamentals/lifecycle-events)
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
export interface OnModuleInit {
|
||||
onModuleInit(): any;
|
||||
}
|
||||
Reference in New Issue
Block a user