package node.dns; typedef AnyCnameRecord = { var type : String; var value : String; };