Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

TestMessage.d.ts 160B

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