Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 9, 2024
1 parent f6fffa4 commit f2b36be
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { IActivityJob, JobStatusEnum } from '@novu/shared';
import { StatusPreviewCard } from './status-preview-card';
import { JOB_STATUS_CONFIG } from '../constants';

export type ActivityStatus = 'SUCCESS' | 'ERROR' | 'QUEUED' | 'MERGED';

export interface StatusBadgeProps {
jobs: IActivityJob[];
}
Expand Down

0 comments on commit f2b36be

Please sign in to comment.