HoppRealtimeLog.ts (hoppscotch-2.2.1) | : | HoppRealtimeLog.ts (hoppscotch-3.0.0) | ||
---|---|---|---|---|
export type HoppRealtimeLogLine = { | export type HoppRealtimeLogLine = { | |||
prefix?: string | ||||
payload: string | payload: string | |||
source: string | source: string | |||
color?: string | color?: string | |||
ts: string | ts: number | undefined | |||
} | } | |||
export type HoppRealtimeLog = HoppRealtimeLogLine[] | export type HoppRealtimeLog = HoppRealtimeLogLine[] | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |