VersionsImportLuFormatResponse type

Zawiera dane odpowiedzi dla operacji importLuFormat.

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