Skip to content

Commit 7ade5ad

Browse files
committed
updating componentData ts type, altered route to string
1 parent 1cab79b commit 7ade5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/FrontendTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface PerfData {
2222

2323
interface BarStackProp {
2424
snapshotId: string,
25-
route: URL | string,
25+
route: string,
2626
currentTab?: string,
2727
}
2828

@@ -41,7 +41,7 @@ export interface TooltipData {
4141
export interface snapshot {
4242
snapshotId?: string;
4343
children: [];
44-
componentData: any;
44+
componentData: { actualDuration: number } | undefined;
4545
name: string;
4646
state: string;
4747
}

0 commit comments

Comments
 (0)