interface Deno.SoaRecord
If Deno.resolveDns
is called with "SOA"
record type
specified, it will return an array of objects with this interface.
Properties Jump to heading
Jump to headingmname: string
Jump to headingrname: string
Jump to headingserial: number
Jump to headingrefresh: number
Jump to headingretry: number
Jump to headingexpire: number
Jump to headingminimum: number