UNPKG

@lantsang/nestjs-tdengine

Version:

NestJS TDengine 驱动

10 lines (9 loc) 214 B
/** 配置Provider */ export declare const OPTIONS_PROVIDER: unique symbol; /** 方法类型 */ export declare const enum FunctionType { /** 同步 */ Sync = "sync", /** 异步 */ Async = "async" }