UNPKG

214 BTypeScriptView Raw
1import { ObservableNotification } from '../types';
2export interface TestMessage {
3 frame: number;
4 notification: ObservableNotification<any>;
5 isGhost?: boolean;
6}
7//# sourceMappingURL=TestMessage.d.ts.map
\No newline at end of file