We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba8619 commit 9ed836cCopy full SHA for 9ed836c
1 file changed
packages/utils/src/lib/profiler/trace-file.type.ts
@@ -18,7 +18,7 @@ export type TraceEvent = {
18
id2?: { local: string };
19
args?: {
20
detail?: unknown;
21
- data?: { detail?: unknown };
+ data?: { detail?: unknown; [key: string]: unknown };
22
devtools?: DevToolsPayload;
23
[key: string]: unknown;
24
};
0 commit comments