node-powerdns
    Preparing search index...

    Type Alias Comment

    PowerDNS comment attached to an RRSet.

    type Comment = {
        account?: string;
        content?: string;
        modified_at?: number;
    }
    Index

    Properties

    account?: string
    content?: string
    modified_at?: number