refactor: add descriptive comments for various response payload interfaces
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
*/
|
||||
import type { TaskReadStatus } from "./taskReadStatus";
|
||||
|
||||
/**
|
||||
* Task payload returned from read endpoints.
|
||||
*/
|
||||
export interface TaskRead {
|
||||
title: string;
|
||||
description?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user