Commit f5a5c710 authored by Peter Keuter's avatar Peter Keuter Committed by Julien Fontanet

fix(typedefs): typo and missing debug param (#61)

parent fd27030d
......@@ -6,8 +6,9 @@ interface ISMB2Options {
domain: string;
password: string;
port?: number;
packetConcurrrency?: number;
packetConcurrency?: number;
autoCloseTimeout?: number;
debug?: boolean;
}
interface ICreateReadStreamOptions {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment