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
|
type: string
|
||||||
title?: string
|
title?: string
|
||||||
url?: string
|
url?: string // TODO: Move to properties (_url)
|
||||||
icon?: string
|
icon?: string
|
||||||
order: number
|
order: number
|
||||||
properties: IProperty[]
|
properties: IProperty[] // TODO: Change to map
|
||||||
|
|
||||||
createAt: number
|
createAt: number
|
||||||
updateAt: number
|
updateAt: number
|
||||||
|
|
Loading…
Reference in a new issue