We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992c152 commit a19fee1Copy full SHA for a19fee1
src/views/workflow-history-v2/workflow-history-v2.types.ts
@@ -2,10 +2,11 @@ import { type WorkflowPageTabContentProps } from '../workflow-page/workflow-page
2
3
export type Props = WorkflowPageTabContentProps;
4
5
-export type WorkflowHistoryEventFilteringTypeColors = {
6
- content: string;
7
- background: string;
8
- backgroundHighlighted: string;
+export type VisibleHistoryRanges = {
+ groupedStartIndex: number;
+ groupedEndIndex: number;
+ ungroupedStartIndex: number;
9
+ ungroupedEndIndex: number;
10
};
11
12
export type VisibleHistoryRanges = {
0 commit comments