Skip to content

Commit cb45806

Browse files
Address copilot comments
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent a19fee1 commit cb45806

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ 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;
9+
};
10+
511
export type VisibleHistoryRanges = {
612
groupedStartIndex: number;
713
groupedEndIndex: number;

0 commit comments

Comments
 (0)