UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

6 lines (5 loc) 186 B
import { NestApplicationContextOptions } from '../nest-application-context-options.interface'; /** * @publicApi */ export type NestMicroserviceOptions = NestApplicationContextOptions;