UpdatesGetFilesResponse type

getFiles 操作の応答データが含まれます。

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