Share via


AppsImportLuFormatResponse type

Bevat antwoordgegevens voor de bewerking importLuFormat.

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