• File: TestMessage.ts
  • Full Path: /home/awtadalkhimacom/public_html/services/node_modules/rxjs/src/internal/testing/TestMessage.ts
  • Date Modified: 10/30/2025 4:29 AM
  • File size: 168 bytes
  • MIME-type: text/x-java
  • Charset: utf-8
import { ObservableNotification } from '../types';

export interface TestMessage {
  frame: number;
  notification: ObservableNotification<any>;
  isGhost?: boolean;
}