Opal-Estate-Pro/node_modules/rxjs/testing/TestMessage.d.ts
2019-09-13 11:27:52 +07:00

6 lines
137 B
TypeScript
Executable File

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