UNPKG

@lantsang/nestjs-tdengine

Version:

NestJS TDengine 驱动

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