UBERF-5335 (#4655)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2024-02-16 01:24:03 +07:00
committed by GitHub
parent e8dd69dcef
commit 9b0e67b0ee
5 changed files with 55 additions and 23 deletions
+1
View File
@@ -301,6 +301,7 @@ export interface TimeSpendReport extends AttachedDoc {
*/
export interface IssueParentInfo {
parentId: Ref<Issue>
identifier: string
parentTitle: string
space: Ref<Space>
}