UNPKG

observer-ax

Version:
6 lines 148 B
import { NotifyObject } from "./NotifyObject.model"; export interface ItemBus { data: NotifyObject; topic: string; tries: number; }