Front end of the Slack clone application.

TestMessage.d.ts 137B

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