projecte_ionic/node_modules/rxjs/internal/testing/TestMessage.d.ts
2022-02-09 18:30:03 +01:00

6 lines
160 B
TypeScript
Executable file

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