directory should be optional here (#28659)

This commit is contained in:
Daniel Byrne
2018-09-10 18:30:04 -07:00
committed by Ryan Cavanaugh
parent a177a87c7d
commit 6b5a69b2ca

View File

@@ -50,7 +50,7 @@ export interface MakeDirectoryOptions {
export interface FileOptions {
downloadId: string;
key: string;
directory: boolean;
directory?: boolean;
}
export interface StorageOptions {