ModelAddExplicitListItemResponse type

Contém dados de resposta para a operação addExplicitListItem.

type ModelAddExplicitListItemResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}