Skip to main content
Module

x/netzo/deno.d.ts>Deno.NAPTRRecord

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface Deno.NAPTRRecord
import { type Deno } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { NAPTRRecord } = Deno;

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