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