UNPKG

@iot9x.com/nestjs-tdengine-restful

Version:

NestJS TDengine 驱动——基于Restful

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