UNPKG

common-core-pkg

Version:

Common package for all the utils

6 lines (5 loc) 245 B
import { NestExpressApplication } from "@nestjs/platform-express"; import { SwaggerConfigDto } from "./swagger-request.dto"; export declare class GenerateSwagger { static generate(app: NestExpressApplication, cfg: SwaggerConfigDto): void; }