DomainRecordList

type DomainRecordList = {[domain: string]: Array<RecordData>};

Last updated