UNPKG

@lantsang/nestjs-tdengine

Version:

NestJS TDengine 驱动

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