UNPKG

@nestjs/common

Version:

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

4 lines (3 loc) 178 B
import { NestApplicationContextOptions } from '../nest-application-context-options.interface'; export interface NestMicroserviceOptions extends NestApplicationContextOptions { }