realtime persistence. (#1952)
* feat: websocket persistence * feat: socketio persistence * feat: sse persistence * feat: mqtt persistence * fix: added types * fix: typescript issues Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
8
packages/hoppscotch-app/helpers/types/HoppRealtimeLog.ts
Normal file
8
packages/hoppscotch-app/helpers/types/HoppRealtimeLog.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type HoppRealtimeLogLine = {
|
||||
payload: string
|
||||
source: string
|
||||
color?: string
|
||||
ts: string
|
||||
}
|
||||
|
||||
export type HoppRealtimeLog = HoppRealtimeLogLine[]
|
||||
Reference in New Issue
Block a user