Skip to content

Commit 9ed836c

Browse files
committed
refactor: wip
1 parent 3ba8619 commit 9ed836c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/utils/src/lib/profiler/trace-file.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type TraceEvent = {
1818
id2?: { local: string };
1919
args?: {
2020
detail?: unknown;
21-
data?: { detail?: unknown };
21+
data?: { detail?: unknown; [key: string]: unknown };
2222
devtools?: DevToolsPayload;
2323
[key: string]: unknown;
2424
};

0 commit comments

Comments
 (0)