Files
FloatApi/node_modules/rxjs/internal/testing/TestMessage.d.ts
T
2022-03-07 22:07:57 +07:00

7 lines
160 B
TypeScript

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