ModelUpdateClosedListResponse type
Contains response data for the updateClosedList operation.
type ModelUpdateClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}