Aracılığıyla paylaş


UpdatesGetNamesResponse type

Contains response data for the getNames operation.

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