Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.deno.ns.d.ts>Deno.SOARecord

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Deno.SOARecord
import { type Deno } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.deno.ns.d.ts";
const { SOARecord } = Deno;

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

Properties

mname: string
rname: string
serial: number
refresh: number
retry: number
expire: number
minimum: number