UNPKG

adonisjs-swagger

Version:
6 lines (5 loc) 156 B
import type { SwaggerConfig } from './types.js'; /** * Configure les routes Swagger */ export declare function setupSwagger(config: SwaggerConfig): void;