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