AppsAddResponse type

يحتوي على بيانات الاستجابة لعملية الإضافة.

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