Board: Update board card model (#1329)

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No
2022-04-09 01:07:21 +07:00
committed by GitHub
parent 9826fb38fc
commit ec6bf3a1eb
9 changed files with 66 additions and 29 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
import { boardId, Card, CardAction } from '@anticrm/board'
import board from '@anticrm/board-resources/src/plugin'
import type { Client, Ref, Space } from '@anticrm/core'
import type { TxOperations as Client, Ref, Space } from '@anticrm/core'
import { mergeIds, Resource } from '@anticrm/platform'
import { KanbanTemplate, Sequence } from '@anticrm/task'
import type { AnyComponent } from '@anticrm/ui'