Megosztás a következőn keresztül:


AppsImportLuFormatResponse type

Az importLuFormat művelet válaszadatait tartalmazza.

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