Add cacheControl to FileMetadata

This commit is contained in:
Masayuki Ono
2017-11-29 17:00:17 +09:00
parent 779a35bfdb
commit 33366d809a

View File

@@ -153,6 +153,7 @@ declare namespace Storage {
interface FileMetadata {
contentType?: string;
metadata?: CustomFileMetadata;
cacheControl?: string;
}
/**