diff --git a/src/client/octoTypes.ts b/src/client/octoTypes.ts index 498478c14..62672528c 100644 --- a/src/client/octoTypes.ts +++ b/src/client/octoTypes.ts @@ -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