Fix TaskListItemDto missing title/status properties
This commit is contained in:
@@ -11,6 +11,8 @@ export interface TaskListDto {
|
|||||||
|
|
||||||
export interface TaskListItemDto {
|
export interface TaskListItemDto {
|
||||||
id: string;
|
id: string;
|
||||||
|
title: string;
|
||||||
|
status: string;
|
||||||
assigneeId: string | null;
|
assigneeId: string | null;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
isAssignedToMe: boolean;
|
isAssignedToMe: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user