mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 19:57:43 +02:00
feat: Pass tracing info with websocket (#9627)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -30,6 +30,8 @@ export interface Request<P extends any[]> {
|
||||
method: string
|
||||
params: P
|
||||
|
||||
meta?: Record<string, string | number | boolean>
|
||||
|
||||
time?: number // Server time to perform operation
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user