Share via


ModelAddClosedListResponse type

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

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