UNPKG

@ivamuno/nestjs-openapi

Version:
9 lines (8 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenApiParam = void 0; const api_param_decorator_1 = require("@nestjs/swagger/dist/decorators/api-param.decorator"); function OpenApiParam(options) { return api_param_decorator_1.ApiParam(options); } exports.OpenApiParam = OpenApiParam;