UNPKG

systelab-components-wdio-test

Version:
6 lines (5 loc) 206 B
import { Request, Response } from 'express'; export declare class TauriDriverAPI { static start(req: Request, res: Response): Promise<any>; static stop(req: Request, res: Response): Promise<any>; }