UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

6 lines (5 loc) 356 B
import { EnableLog } from '../common-types'; export declare function logTitle(enableLog?: EnableLog): Promise<any>; export declare function logMsg(enableLog?: EnableLog): Promise<any>; export declare function logContent(enableLog?: EnableLog): Promise<any>; export declare function getButtonIdByItemId(itemId: string, enableLog?: EnableLog): Promise<any>;