interface RecordIdentifier {
    data?: string;
    name: string;
    ttl?: number;
    type: DomainRecordType;
}

Properties

Properties

data?: string
name: string
ttl?: number