GetWorkspaceUserTasksArgs
type GetWorkspaceUserTasksArgs = {
projectIds?: string | null;
userId: string;
workspaceId: string;
};
Arguments for getting tasks assigned to a workspace user.
See
Properties
projectIds?
optional projectIds: string | null;
Comma-separated list of project IDs to filter by.
userId
userId: string;
The user ID.
workspaceId
workspaceId: string;
The workspace ID.