There was an error while loading. Please reload this page.
1 parent 03d11bc commit fcfe71bCopy full SHA for fcfe71b
tsp-typescript-client/src/models/trace.ts
@@ -3,8 +3,7 @@ import { assertNumber, createNormalizer } from '../protocol/serialization';
3
export const Trace = createNormalizer<Trace>({
4
end: BigInt,
5
nbEvents: assertNumber,
6
- start: BigInt,
7
- properties: undefined,
+ start: BigInt
8
});
9
10
/**
@@ -44,7 +43,7 @@ export interface Trace {
44
43
45
* Trace's properties
46
*/
47
- properties: Record<string, any>;
+ properties: Record<string, string>;
48
49
50
* Indicate if the indexing of the trace is completed or still running.
0 commit comments