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