UpdateProjectResponse type

Contains response data for the updateProject operation.

type UpdateProjectResponse = Project & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project }
}