Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / src / internal / testing / TestMessage.ts
1 import { Notification } from '../Notification';
2
3 export interface TestMessage {
4   frame: number;
5   notification: Notification<any>;
6   isGhost?: boolean;
7 }