@gibme/dns
    Preparing search index...

    Type Alias Record

    type Record = {
        priority: number;
        target: string;
        weight: number;
    }
    Index

    Properties

    priority: number
    target: string
    weight: number