mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Added missing parameters in the gridfs-stream stream objects.
This commit is contained in:
Vendored
+7
@@ -33,9 +33,16 @@ declare module GridFSStream {
|
||||
}
|
||||
|
||||
export interface WriteStream extends NodeJS.WritableStream {
|
||||
writable: boolean;
|
||||
name: string;
|
||||
id: string;
|
||||
options: Options;
|
||||
mode: string;
|
||||
}
|
||||
|
||||
export interface ReadStream extends NodeJS.ReadableStream {
|
||||
readable: boolean;
|
||||
paused: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user