VersionsImportLuFormatResponse type

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

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