export interface CancelTask {
  /** The ID of the task. */
  taskId: string;
}
