UNPKG
@iot9x.com/nestjs-ucpaas-sms
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
0.0.2
0.0.1
nestjs 云之讯平台短信集成插件
@iot9x.com/nestjs-ucpaas-sms
/
dist
/
interfaces
/
error-wrapper-params.interface.d.ts
7 lines
(6 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ FunctionType } from
'../constants/common.constant'
;
/** 错误捕获装饰器传入参数 */
export
interface
ErrorWrapperParams {
/** 方法类型 */
type
?: FunctionType; }