UNPKG

@nestjs/swagger

Version:

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

7 lines (6 loc) 253 B
export interface PluginOptions { dtoFileNameSuffix?: string | string[]; controllerFileNameSuffix?: string | string[]; classValidatorShim?: boolean; } export declare const mergePluginOptions: (options?: Record<string, any>) => PluginOptions;