UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

7 lines (6 loc) 165 B
/** * @param {name} security name from securityDefinitions */ export function Security(name: string, scopes?: string[]): any { return () => { return; }; }