ExportProjectResponse type

exportProject işlemi için yanıt verilerini içerir.

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