todo
This commit is contained in:
parent
aa1223923d
commit
29c214b3ab
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue