TaskRecommendation
type TaskRecommendation = {
recommendation: string;
taskId: string;
};
A recommendation for a specific task.
Type Declaration
| Name | Type |
|---|---|
recommendation | string |
taskId | string |
type TaskRecommendation = {
recommendation: string;
taskId: string;
};
A recommendation for a specific task.
| Name | Type |
|---|---|
recommendation | string |
taskId | string |