Aracılığıyla paylaş


AppsImportLuFormatResponse type

importLuFormat işleminin yanıt verilerini içerir.

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