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