mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 13:44:08 +00:00
refactor: Cleanup options object parameters (#4296)
This commit is contained in:
parent
fbc4731256
commit
6443e4aed1
17 changed files with 110 additions and 164 deletions
|
@ -6,7 +6,7 @@ export interface ConnectTLSRequest {
|
|||
transport: Transport;
|
||||
hostname: string;
|
||||
port: number;
|
||||
cert_file?: string;
|
||||
certFile?: string;
|
||||
}
|
||||
|
||||
interface ConnectTLSResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue