Skip to main content
Deno.SoaRecord - Deno documentation
interface Deno.SoaRecord
If [`Deno.resolveDns`](../././~/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