augmenttoolkit / node_modules /@nestjs /common /interfaces /nest-application-context-options.interface.js
Leon4gr45's picture
Include updated package-lock.json (part 10)
cfbbc1a verified
Raw
History Blame Contribute Delete
258 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NestApplicationContextOptions = void 0;
/**
* @publicApi
*/
class NestApplicationContextOptions {
}
exports.NestApplicationContextOptions = NestApplicationContextOptions;