mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
UBERF-4725 Migrate collaborative content (#5717)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
AttachedDoc,
|
||||
Attribute,
|
||||
Class,
|
||||
CollaborativeDoc,
|
||||
CollectionSize,
|
||||
Data,
|
||||
Doc,
|
||||
@@ -181,7 +182,7 @@ export interface Milestone extends Doc {
|
||||
export interface Issue extends Task {
|
||||
attachedTo: Ref<Issue>
|
||||
title: string
|
||||
description: Markup
|
||||
description: CollaborativeDoc
|
||||
status: Ref<IssueStatus>
|
||||
priority: IssuePriority
|
||||
|
||||
|
||||
Reference in New Issue
Block a user