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