This commit is contained in:
Chen-I Lim 2020-10-13 11:36:27 -07:00
parent aa1223923d
commit 29c214b3ab

View file

@ -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