UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

7 lines (6 loc) 225 B
import { INestApplication } from "@nestjs/common"; import { IReflectController } from "./IReflectController"; export interface IReflectApplication { application: INestApplication; controllers: IReflectController[]; }