UpdatesGetFilesResponse type
包含 getFiles 作業的回應資料。
type UpdatesGetFilesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}
包含 getFiles 作業的回應資料。
type UpdatesGetFilesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}