Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A modern runtime for JavaScript and TypeScript.
Latest
interface Deno.SoaRecord
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/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