UpdatesGetFilesResponse type
getFiles işlemi için yanıt verilerini içerir.
type UpdatesGetFilesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}