AppsImportV2AppResponse type

Obsahuje data odpovědi pro operaci importV2App.

type AppsImportV2AppResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}