ModelAddExplicitListItemResponse type
Содержит данные ответа для операции addExplicitListItem.
type ModelAddExplicitListItemResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}