export interface IHop {
    NoHops?: number;
    HopCompID?: string;
    HopSendingTime?: Date;
    HopRefID?: number;
}
