Aracılığıyla paylaş


ModelAddClosedListResponse type

addClosedList işleminin yanıt verilerini içerir.

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