DigitalConsumer.FixMyGlass/node_modules/rxjs/internal/testing/TestMessage.d.ts
2021-09-20 18:29:11 -04:00

6 lines
160 B
TypeScript

import { Notification } from '../Notification';
export interface TestMessage {
frame: number;
notification: Notification<any>;
isGhost?: boolean;
}