export interface IInboundStat {
    inbound: string;
    uplink: number;
    downlink: number;
}
//# sourceMappingURL=inbound.interface.d.ts.map