Aracılığıyla paylaş


UpdatesGetNamesNextResponse type

getNamesNext işlemi için yanıt verilerini içerir.

type UpdatesGetNamesNextResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}