UNPKG

@lantsang/nestjs-tdengine

Version:

NestJS TDengine 驱动

5 lines (4 loc) 156 B
import { BaseResponse } from '../base.response.interface'; /** 创建表返回结果 */ export interface CreateTableResponse extends BaseResponse<null> { }