Skip to content

Commit

Permalink
chore: update the type of http/htts agent
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyouxin committed Sep 21, 2023
1 parent add80e7 commit 3decee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neuron-wallet/src/types/ckbComponents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ declare global {
type Since = string
interface Node {
url: string
httpAgent?: http.Agent
httpsAgent?: https.Agent
httpAgent?: HttpAgent
httpsAgent?: HttpsAgent
}
interface Method {
name: string
Expand Down

0 comments on commit 3decee3

Please sign in to comment.