From 29c214b3ab0befa7264d694b4d8bcc0e321d6ec5 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Tue, 13 Oct 2020 11:36:27 -0700 Subject: [PATCH] todo --- src/client/octoTypes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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