Type Alias ZoneDataMap

ZoneDataMap: {
    [T in keyof ZoneData]: ZoneData[T][]
}

Defines a map of all possible data that can be returned in a DNS response. Each key is a record type, and each value is an array of data associated with that value.