import { ObservableNotification } from '../types'; | |
export interface TestMessage { | |
frame: number; | |
notification: ObservableNotification<any>; | |
isGhost?: boolean; | |
} | |
import { ObservableNotification } from '../types'; | |
export interface TestMessage { | |
frame: number; | |
notification: ObservableNotification<any>; | |
isGhost?: boolean; | |
} | |