VersionsImportLuFormatResponse type
Contiene datos de respuesta para la operación importLuFormat.
type VersionsImportLuFormatResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}