Skip to main content

GetAllCompletedTasksResponse

type GetAllCompletedTasksResponse = {
items: Task[];
projects: Record<string, Record<string, unknown>>;
sections: Record<string, Record<string, unknown>>;
};

Response from getting all completed tasks.

Properties

items

items: Task[];

projects

projects: Record<string, Record<string, unknown>>;

sections

sections: Record<string, Record<string, unknown>>;