You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
There are currently several new types defined in Zone that are redundant with CreateChangeCallback and CreateChangeResponse. For example, addRecords is simply a thin wrapper around createChange
For consistency and ease of maintenance, it would be better to make this relationship explicit in the typings by simply using the CreateChangeX types here.
The text was updated successfully, but these errors were encountered:
There are currently several new types defined in
Zone
that are redundant withCreateChangeCallback
andCreateChangeResponse
. For example,addRecords
is simply a thin wrapper aroundcreateChange
nodejs-dns/src/zone.ts
Lines 366 to 368 in 89623ec
For consistency and ease of maintenance, it would be better to make this relationship explicit in the typings by simply using the
CreateChangeX
types here.The text was updated successfully, but these errors were encountered: