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 a19fee1 commit cb45806Copy full SHA for cb45806
src/views/workflow-history-v2/workflow-history-v2.types.ts
@@ -2,6 +2,12 @@ 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;
9
+};
10
+
11
export type VisibleHistoryRanges = {
12
groupedStartIndex: number;
13
groupedEndIndex: number;
0 commit comments