Skip to content

Commit

Permalink
Merge branch 'googleapis:main' into issue-2389
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored Apr 21, 2024
2 parents 458b3a4 + 1d434a9 commit 3a767a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export interface FileMetadata extends BaseMetadata {
md5Hash?: string;
mediaLink?: string;
metadata?: {
[key: string]: string;
[key: string]: string | boolean | number | null;
};
metageneration?: string | number;
name?: string;
Expand Down

0 comments on commit 3a767a6

Please sign in to comment.