Sign in
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
third_party
/
devtools
/
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
;
}