UNPKG

@nestjs/swagger

Version:

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

22 lines (21 loc) 722 B
export interface PluginOptions { dtoFileNameSuffix?: string | string[]; controllerFileNameSuffix?: string | string[]; classValidatorShim?: boolean; classTransformerShim?: boolean | 'exclusive'; dtoKeyOfComment?: string; controllerKeyOfComment?: string; introspectComments?: boolean; esmCompatible?: boolean; esmCompatibleWasConfigured?: boolean; readonly?: boolean; pathToSource?: string; debug?: boolean; parameterProperties?: boolean; skipAutoHttpCode?: boolean; skipDefaultValues?: boolean; outDir?: string; rootDir?: string; autoFillEnumName?: boolean; } export declare const mergePluginOptions: (options?: Record<string, any>) => PluginOptions;