Freigeben über


AppsImportLuFormatResponse type

Enthält Antwortdaten für den ImportLuFormat-Vorgang.

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