a724e449a641ad4bf4e1067f8fd09521d38de283cd3b50a3800124c55f7d33cee5260ba2cbda55037f2345fc104b22bd440bb0f462d1c79a40be85f837e75e 168 B

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