File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 11import ZoneValidation from "./models/ZoneValidation" ;
22import ClientObject from "./ClientObject.js" ;
3- import HetznerDnsClient from "./HetznerDnsClient.js" ;
43import DnsRecord from "./DnsRecord.js" ;
54
65/**
@@ -21,13 +20,4 @@ export default class ZoneValidationPretty extends ClientObject<ZoneValidation> {
2120 * @type {DnsRecord[] }
2221 */
2322 public readonly validRecords = this . _data . valid_records . map ( ( record ) => new DnsRecord ( this . client , record ) ) ;
24-
25- /**
26- * Create a new zone validation object
27- * @param {HetznerDnsClient } client - API client instance
28- * @param {ZoneValidation } data - Raw zone validation data
29- */
30- public constructor ( client : HetznerDnsClient , data : ZoneValidation ) {
31- super ( client , data ) ;
32- }
3323}
You can’t perform that action at this time.
0 commit comments