TasksCancelResponse type

Contains response data for the cancel operation.

type TasksCancelResponse = ProjectTask & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProjectTask
  }
}