package node.dns; typedef AnyARecord = { var type : String; var address : String; var ttl : Float; };