Skip to content

Commit

Permalink
fix: expand types of custom metadata within FileMetadata (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Apr 18, 2024
1 parent 913bfa2 commit 1d434a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Expand Up @@ -470,7 +470,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 1d434a9

Please sign in to comment.