AppsImportMethodResponse type

Innehåller svarsdata för importMethod-åtgärden.

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