Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
2efbb1b8024a35b4fa4dfc2422d0b97582c96fc0
/
.
/
node_modules
/
rxjs
/
internal
/
testing
/
TestMessage.d.ts
blob: 1181d60810fbb1d33ab4aa1f39f4a94db95e2764 [
file
]
import
{
Notification
}
from
'../Notification'
;
export
interface
TestMessage
{
frame
:
number
;
notification
:
Notification
<any>
;
isGhost
?:
boolean
;
}