@gibme/dns
    Preparing search index...

    Type Alias Object<DataType>

    type Object<DataType = any> = {
        class?: RCLASS;
        data: DataType;
        flush?: boolean;
        name: string;
        ttl: number;
        type: RTYPE;
    }

    Type Parameters

    • DataType = any
    Index

    Properties

    class?: RCLASS

    The resource record class

    IN

    data: DataType

    The resource record data

    flush?: boolean

    For multicast answers, whether outdated cache records should be purged

    name: string

    The name of the resource

    ttl: number

    The TTL of the resource record

    type: RTYPE

    The resource record type