[WEB-4117] refactor: work item widgets code split (#7078)
* refactor: work item widget code split * fix: types
This commit is contained in:
parent
2a2feaf88e
commit
2d475491e9
12 changed files with 88 additions and 41 deletions
2
packages/types/src/issues/issue.d.ts
vendored
2
packages/types/src/issues/issue.d.ts
vendored
|
|
@ -119,7 +119,7 @@ export type TBulkOperationsPayload = {
|
|||
properties: Partial<TBulkIssueProperties>;
|
||||
};
|
||||
|
||||
export type TIssueDetailWidget = "sub-issues" | "relations" | "links" | "attachments";
|
||||
export type TWorkItemWidgets = "sub-work-items" | "relations" | "links" | "attachments";
|
||||
|
||||
export type TIssueServiceType = EIssueServiceType.ISSUES | EIssueServiceType.EPICS | EIssueServiceType.WORK_ITEMS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue