src/api/task_details.ts
Declares an interface for a task reference to use when starting a new task session.
Properties |
baseUrl |
baseUrl:
|
Type : string | undefined
|
Base url to use instead of the default configured url to communicate with backend. |
taskStartData |
taskStartData:
|
Type : TaskStartData
|
The data the backend needs to start the task. |