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
View File
@@ -46,6 +46,7 @@ export interface DocWithRank extends Doc {
export interface State extends DocWithRank {
title: string
color: number
isArchived?: boolean
}
/**