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