Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 1d434a9

Browse files
authored
fix: expand types of custom metadata within FileMetadata (#2442)
1 parent 913bfa2 commit 1d434a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ export interface FileMetadata extends BaseMetadata {
470470
md5Hash?: string;
471471
mediaLink?: string;
472472
metadata?: {
473-
[key: string]: string;
473+
[key: string]: string | boolean | number | null;
474474
};
475475
metageneration?: string | number;
476476
name?: string;

0 commit comments

Comments
 (0)