UpdatesGetFilesResponse type
Contains response data for the getFiles operation.
type UpdatesGetFilesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}