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