UNPKG

51timapi

Version:

TimApi is a traffic related plugin for WdpApi.

9 lines (8 loc) 231 B
import { ResultType } from '../common/data-type'; declare class LogController { private apiClassName; private obj; constructor(obj: any); GetDebugLogs(): Promise<ResultType>; } export default LogController;