Spaces:
Sleeping
Sleeping
augmenttoolkit / node_modules /@nestjs /common /interfaces /nest-application-context-options.interface.js
| ; | |
| Object.defineProperty(exports, "__esModule", { value: true }); | |
| exports.NestApplicationContextOptions = void 0; | |
| /** | |
| * @publicApi | |
| */ | |
| class NestApplicationContextOptions { | |
| } | |
| exports.NestApplicationContextOptions = NestApplicationContextOptions; | |