共用方式為


UpdatesGetNamesResponse type

包含 getNames 作業的回應資料。

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