Decorator function for marking a parameter with Nest.js application instance. It allows you to use application instance within task.
Example: Example: public async perform(@Decorators.App() app: INestApplication)
A decorator function.
_App
Generated using TypeDoc
Decorator function for marking a parameter with Nest.js application instance. It allows you to use application instance within task.
Example: Example: public async perform(@Decorators.App() app: INestApplication)