Sign in
chromium
/
devtools
/
devtools-frontend
/
d5a3755f19aa248cffbcf61f1628362aaa6c0377
/
.
/
node_modules
/
rxjs
/
src
/
internal
/
testing
/
TestMessage.ts
blob: a95c71c4f967116a4a3a318bfa6de3a25efe1939 [
file
] [
log
] [
blame
]
import
{
Notification
}
from
'../Notification'
;
export
interface
TestMessage
{
frame
:
number
;
notification
:
Notification
<any>
;
isGhost
?:
boolean
;
}