mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-30 14:00:07 +02:00
todo
This commit is contained in:
parent
aa1223923d
commit
29c214b3ab
@ -11,10 +11,10 @@ interface IBlock {
|
||||
|
||||
type: string
|
||||
title?: string
|
||||
url?: string
|
||||
url?: string // TODO: Move to properties (_url)
|
||||
icon?: string
|
||||
order: number
|
||||
properties: IProperty[]
|
||||
properties: IProperty[] // TODO: Change to map
|
||||
|
||||
createAt: number
|
||||
updateAt: number
|
||||
|
Loading…
Reference in New Issue
Block a user