feat(FN-5030): complete Step 2 - replace duplicate ActivityFeedEntry union
Fusion-Task-Id: FN-5030 Fusion-Task-Lineage: fdd10e2a-220a-47d3-9da0-075f5ba2695e
This commit is contained in:
committed by
gsxdsm
parent
d41dc24d21
commit
566936663b
@@ -5867,16 +5867,7 @@ export interface ExecutorStats {
|
||||
export interface ActivityFeedEntry {
|
||||
id: string;
|
||||
timestamp: string;
|
||||
type:
|
||||
| "task:created"
|
||||
| "task:moved"
|
||||
| "task:updated"
|
||||
| "task:deleted"
|
||||
| "task:merged"
|
||||
| "task:failed"
|
||||
| "task:duplicate-warning-overridden"
|
||||
| "settings:updated"
|
||||
| "project:isolation-transition";
|
||||
type: ActivityEventType;
|
||||
projectId: string;
|
||||
projectName: string;
|
||||
taskId?: string;
|
||||
|
||||
Reference in New Issue
Block a user