UNPKG
@iot9x.com/nestjs-ucpaas-voice
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
nestjs 云之讯平台语音集成插件
@iot9x.com/nestjs-ucpaas-voice
/
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; }