GetCompletedTasksResponse
type GetCompletedTasksResponse = {
items: Task[];
nextCursor: string | null;
};
See
- https://developer.todoist.com/api/v1/#tag/Tasks/operation/tasks_completed_by_due_date_api_v1_tasks_completed_by_due_date_get
- https://developer.todoist.com/api/v1/#tag/Tasks/operation/tasks_completed_by_completion_date_api_v1_tasks_completed_by_completion_date_get
Properties
items
items: Task[];
nextCursor
nextCursor: string | null;