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