UNPKG

@ivamuno/nestjs-openapi

Version:
10 lines (9 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AsyncApiChannel = void 0; const helpers_1 = require("@nestjs/swagger/dist/decorators/helpers"); const constants_1 = require("./constants"); function AsyncApiChannel(options) { return helpers_1.createMixedDecorator(constants_1.DECORATORS.ASYNCAPI_CHANNEL, options); } exports.AsyncApiChannel = AsyncApiChannel;