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