UNPKG

jspurefix

Version:
7 lines (6 loc) 199 B
export interface IHop { NoHops?: number // [1] 627 (Int) HopCompID?: string// [2] 628 (String) HopSendingTime?: Date// [3] 629 (UtcTimestamp) HopRefID?: number// [4] 630 (Int) }