Type Alias GetTaskParamsInternal

GetTaskParams: (GetEntryParams | GetTaskParentEntityParams) & {
    taskId: string;
}