blob: ffd749b473d28ee13b0f5d784aa7e11147540992 [file] [log] [blame]
import { Notification } from '../Notification';
export interface TestMessage {
frame: number;
notification: Notification<any>;
}