UNPKG

nestjs-telegraf

Version:
7 lines (6 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Next = void 0; const param_decorator_util_1 = require("../../utils/param-decorator.util"); const telegraf_paramtype_enum_1 = require("../../enums/telegraf-paramtype.enum"); exports.Next = (0, param_decorator_util_1.createTelegrafParamDecorator)(telegraf_paramtype_enum_1.TelegrafParamtype.NEXT);