Skip to content

Commit

Permalink
Type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tituomin committed Nov 6, 2023
1 parent ab670e5 commit 91a5c89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/ActionStatusSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ export const getStatusColor = (color: string, theme: Theme) => {
};

interface ActionWithStatusSummary {
statusSummary?: { color?: string; identifier?: string };
statusSummary?: {
color?: string;
identifier?: ActionStatusSummaryIdentifier;
};
color?: string;
}

export const getStatusColorForAction = (
Expand Down

0 comments on commit 91a5c89

Please sign in to comment.