diggy - v1.1.1
    Preparing search index...

    Type Alias DNSRecord<T>

    type DNSRecord<T = string | string[]> = {
        data: T;
        name: string;
        ttl?: number;
        type: DNSRecordType;
    }

    Type Parameters

    • T = string | string[]
    Index

    Properties

    Properties

    data: T
    name: string
    ttl?: number