*Remove DEFAULT
This commit is contained in:
parent
4cb79067b0
commit
084c4c7347
|
@ -15,7 +15,6 @@ export interface DNSRecord {
|
|||
value: string;
|
||||
}
|
||||
const DNS_RECORD_TYPE = {
|
||||
DEFAULT: "DEFAULT",
|
||||
A: "A",
|
||||
CNAME: "CNAME",
|
||||
NS: "NS",
|
||||
|
|
Loading…
Reference in New Issue