UNPKG

@nestjs/swagger

Version:

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

6 lines (5 loc) 209 B
import { DECORATORS } from '../constants.js'; import { createMethodDecorator } from './helpers.js'; export function ApiWebhook(name) { return createMethodDecorator(DECORATORS.API_WEBHOOK, name ?? true); }