ExportProjectResponse type

Contains response data for the exportProject operation.

type ExportProjectResponse = ProjectExport & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProjectExport
  }
}