blob: 918b47775b8f3608f0678439a27ef13414c5c77c [file]
import { ObservableNotification } from '../types';
export interface TestMessage {
frame: number;
notification: ObservableNotification<any>;
isGhost?: boolean;
}