@nestjs/swagger
Version:
Nest - modern, fast, powerful node.js web framework (@swagger)
10 lines (9 loc) • 354 B
TypeScript
export interface PluginOptions {
dtoFileNameSuffix?: string | string[];
controllerFileNameSuffix?: string | string[];
classValidatorShim?: boolean;
dtoKeyOfComment?: string;
controllerKeyOfComment?: string;
introspectComments?: boolean;
}
export declare const mergePluginOptions: (options?: Record<string, any>) => PluginOptions;