Sign in
apache
/
incubator-resilientdb-ResContract
/
refs/heads/deploy
/
.
/
node_modules
/
rxjs
/
src
/
internal
/
testing
/
TestMessage.ts
blob: 918b47775b8f3608f0678439a27ef13414c5c77c [
file
]
import
{
ObservableNotification
}
from
'../types'
;
export
interface
TestMessage
{
frame
:
number
;
notification
:
ObservableNotification
<any>
;
isGhost
?:
boolean
;
}