GetCompletedTasksByDueDateArgs
type GetCompletedTasksByDueDateArgs = {
cursor: string | null;
filterLang: string | null;
filterQuery: string | null;
limit: number;
parentId: string | null;
projectId: string | null;
sectionId: string | null;
since: string;
until: string;
workspaceId: string | null;
};
Arguments for retrieving completed tasks by due date.