biobulkbende.org/node_modules/rxjs/testing/TestMessage.d.ts
2020-09-16 14:23:28 +02:00

6 lines
137 B
TypeScript

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