TaskProps: {
    assignedTo: Link<"User" | "Team">;
    body: string;
    dueDate?: string;
    status: TaskStatus;
    sys: TaskSysProps;
}