Share via


AppsImportLuFormatResponse type

Contém dados de resposta para a operação importLuFormat.

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