DomainRecordList

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

Last updated

Was this helpful?