mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add cacheControl to FileMetadata
This commit is contained in:
1
types/google-cloud__storage/index.d.ts
vendored
1
types/google-cloud__storage/index.d.ts
vendored
@@ -153,6 +153,7 @@ declare namespace Storage {
|
||||
interface FileMetadata {
|
||||
contentType?: string;
|
||||
metadata?: CustomFileMetadata;
|
||||
cacheControl?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user