interface AnyCnameRecord {
    type: "CNAME";
    value: string;
}

Properties

Properties

type
value: string