Skip to main content
interface Deno.NAPTRRecord

If resolveDns is called with "NAPTR" record type specified, it will return an array of this interface.

Properties

order: number
preference: number
flags: string
services: string
regexp: string
replacement: string