Deno.SRVRecordIf resolveDns is called with "SRV" record type specified, it will return an array of this interface. interface SRVRecord {port: number;priority: number;target: string;weight: number;}§Properties§port: number[src]§priority: number[src]§target: string[src]§weight: number[src]