interface GetTask {
    taskId: string;
}

Properties

Properties

taskId: string

The ID of the task.