VersionsImportLuFormatResponse type
يحتوي على بيانات الاستجابة لعملية importLuFormat.
type VersionsImportLuFormatResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}