ModelUpdateClosedListResponse type
Contiene datos de respuesta para la operación updateClosedList.
type ModelUpdateClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}