UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
rxjs
/
internal
/
testing
/
TestMessage.d.ts
7 lines
(6 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Notification
}
from
'../Notification'
;
export
interface
TestMessage
{
frame
:
number
;
notification
:
Notification
<
any
>;
isGhost
?:
boolean
; }