node-powerdns
    Preparing search index...

    Type Alias SearchResult

    Search hit returned by /search-data.

    type SearchResult = {
        content: string;
        disabled: boolean;
        name: string;
        object_type: "record" | "zone" | "comment";
        ttl: number;
        type: string;
        zone: string;
        zone_id: string;
    }
    Index

    Properties

    content: string
    disabled: boolean
    name: string
    object_type: "record" | "zone" | "comment"
    ttl: number
    type: string
    zone: string
    zone_id: string