UNPKG

420 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.DEFAULT_CALLBACK_METADATA = void 0;
4const ws_paramtype_enum_1 = require("../enums/ws-paramtype.enum");
5exports.DEFAULT_CALLBACK_METADATA = {
6 [`${ws_paramtype_enum_1.WsParamtype.PAYLOAD}:1`]: { index: 1, data: undefined, pipes: [] },
7 [`${ws_paramtype_enum_1.WsParamtype.SOCKET}:0`]: { index: 0, data: undefined, pipes: [] },
8};