VersionsImportLuFormatResponse type
Содержит данные ответа для операции importLuFormat.
type VersionsImportLuFormatResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}