UNPKG

@nestjs/swagger

Version:

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

3 lines (2 loc) 221 B
import { SecurityRequirementObject } from '../interfaces/open-api-spec.interface'; export declare function ApiSecurity(name: string | SecurityRequirementObject, requirements?: string[]): ClassDecorator & MethodDecorator;