Skip to content

Commit

Permalink
feat: add resolved info to tasks sys (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-contentful committed Jun 30, 2021
1 parent f250f16 commit e0be824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/types.ts
Expand Up @@ -186,6 +186,8 @@ export interface TaskSys {
createdAt: string
updatedBy: Link
updatedAt: string
resolvedBy?: Link
resolvedAt?: string
version: number
}

Expand Down

0 comments on commit e0be824

Please sign in to comment.