diff --git a/src/entities/inspector/types.ts b/src/entities/inspector/types.ts index 34026fe9..a75f7bd2 100644 --- a/src/entities/inspector/types.ts +++ b/src/entities/inspector/types.ts @@ -38,7 +38,7 @@ export interface InspectorTransaction { } export interface InspectorSegment { - model: 'segment' | string, + model: 'segment', type: string, label?: string, host: { diff --git a/src/screens/inspector/ui/inspector-page-timeline/inspector-page-timeline.vue b/src/screens/inspector/ui/inspector-page-timeline/inspector-page-timeline.vue index f83c870b..b042e4f2 100644 --- a/src/screens/inspector/ui/inspector-page-timeline/inspector-page-timeline.vue +++ b/src/screens/inspector/ui/inspector-page-timeline/inspector-page-timeline.vue @@ -1,6 +1,5 @@