mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
directory should be optional here (#28659)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
a177a87c7d
commit
6b5a69b2ca
2
types/megajs/index.d.ts
vendored
2
types/megajs/index.d.ts
vendored
@@ -50,7 +50,7 @@ export interface MakeDirectoryOptions {
|
||||
export interface FileOptions {
|
||||
downloadId: string;
|
||||
key: string;
|
||||
directory: boolean;
|
||||
directory?: boolean;
|
||||
}
|
||||
|
||||
export interface StorageOptions {
|
||||
|
||||
Reference in New Issue
Block a user