UpdatesGetFilesResponse type
Contém dados de resposta para a operação getFiles.
type UpdatesGetFilesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}