Skip to content

Commit e70b29a

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix(types): file.getMetadata should resolves to Metadata, not File (googleapis#560)
1 parent 2622b48 commit e70b29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/storage/src/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export interface GetFileMetadataOptions {
129129
* @property {object} 0 The {@link File} metadata.
130130
* @property {object} 1 The full API response.
131131
*/
132-
export type GetFileMetadataResponse = [File, r.Response];
132+
export type GetFileMetadataResponse = [Metadata, r.Response];
133133

134134
/**
135135
* @callback GetFileMetadataCallback

0 commit comments

Comments
 (0)