UNPKG

@iot9x.com/nestjs-ucpaas-sms

Version:

nestjs 云之讯平台短信集成插件

7 lines (6 loc) 191 B
import { FunctionType } from '../constants/common.constant'; /** 错误捕获装饰器传入参数 */ export interface ErrorWrapperParams { /** 方法类型 */ type?: FunctionType; }