Condividi tramite


VersionsImportLuFormatResponse type

Contiene i dati di risposta per l'operazione importLuFormat.

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