From e0be824956082aaa8fe00bd073f7354fb7dea51b Mon Sep 17 00:00:00 2001 From: Matthew Hickey <52446913+matthew-contentful@users.noreply.github.com> Date: Wed, 30 Jun 2021 09:50:40 +0200 Subject: [PATCH] feat: add resolved info to tasks sys (#822) --- lib/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/types.ts b/lib/types.ts index afb2854983..271481b4d4 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -186,6 +186,8 @@ export interface TaskSys { createdAt: string updatedBy: Link updatedAt: string + resolvedBy?: Link + resolvedAt?: string version: number }