Skip to content

Commit a19fee1

Browse files
Add grouped table with raw JSON of events
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent 992c152 commit a19fee1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/views/workflow-history-v2/workflow-history-v2.types.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import { type WorkflowPageTabContentProps } from '../workflow-page/workflow-page
22

33
export type Props = WorkflowPageTabContentProps;
44

5-
export type WorkflowHistoryEventFilteringTypeColors = {
6-
content: string;
7-
background: string;
8-
backgroundHighlighted: string;
5+
export type VisibleHistoryRanges = {
6+
groupedStartIndex: number;
7+
groupedEndIndex: number;
8+
ungroupedStartIndex: number;
9+
ungroupedEndIndex: number;
910
};
1011

1112
export type VisibleHistoryRanges = {

0 commit comments

Comments
 (0)