feat: init
This commit is contained in:
8
apps/web/ce/constants/gantt-chart.ts
Normal file
8
apps/web/ce/constants/gantt-chart.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { TIssueRelationTypes } from "../types";
|
||||
|
||||
export const REVERSE_RELATIONS: { [key in TIssueRelationTypes]: TIssueRelationTypes } = {
|
||||
blocked_by: "blocking",
|
||||
blocking: "blocked_by",
|
||||
relates_to: "relates_to",
|
||||
duplicate: "duplicate",
|
||||
};
|
||||
Reference in New Issue
Block a user