Files
red_de_investigacion_front/node_modules/rxjs/internal/testing/TestMessage.d.ts
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

7 lines
160 B
TypeScript

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