Deno.MXRecordIf resolveDns is called with "MX" record type specified, it will return an array of this interface. interface MXRecord {exchange: string;preference: number;}§Properties§exchange: string[src]§preference: number[src]