refactor: Cleanup options object parameters (#4296)

This commit is contained in:
Nayeem Rahman 2020-03-10 16:08:58 +00:00 committed by GitHub
parent fbc4731256
commit 6443e4aed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 110 additions and 164 deletions

View file

@ -6,7 +6,7 @@ export interface ConnectTLSRequest {
transport: Transport;
hostname: string;
port: number;
cert_file?: string;
certFile?: string;
}
interface ConnectTLSResponse {