mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 08:58:49 +08:00
google-cloud__storage: Fix test (#19187)
This commit is contained in:
@@ -294,7 +294,7 @@ export class TestFile {
|
||||
* @param {DownloadOptions} options
|
||||
* @return {Promise<[string]>}
|
||||
*/
|
||||
download(options?: DownloadOptions): Promise<[string]> {
|
||||
download(options?: DownloadOptions): Promise<[Buffer]> {
|
||||
return this.file.download(options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user