AppsImportLuFormatResponse type

يحتوي على بيانات الاستجابة لعملية importLuFormat.

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