ImportProjectResponse type

Contains response data for the importProject operation.

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