TestMessage.d.ts 137 B

12345
  1. import { Notification } from '../Notification';
  2. export interface TestMessage {
  3. frame: number;
  4. notification: Notification<any>;
  5. }