Scribbler310's picture
feat: enhance dashboard
c2b7eb3 verified
export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};