circu.js
    Preparing search index...

    Interface TxtAnswer

    TXT record

    interface TxtAnswer {
        class: number;
        name: string;
        ttl: number;
        txt: string;
        type: 16;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    class: number

    Class (usually 1 for IN)

    name: string

    Queried domain name

    ttl: number

    Time to live (seconds)

    txt: string

    Text content

    type: 16

    Record type (1=A, 5=CNAME, 15=MX, etc.)