UNPKG

@iot9x.com/nestjs-tdengine-restful

Version:

NestJS TDengine 驱动——基于Restful

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