UNPKG

@iot9x.com/nestjs-tdengine-restful

Version:

NestJS TDengine 驱动——基于Restful

5 lines (4 loc) 181 B
/** JS值类型 */ export declare type JSValueType = string | number | boolean | null | undefined; /** SQL值类型 */ export declare type SQLValueType = string | number | boolean;