node-powerdns
    Preparing search index...

    Type Alias TSIGKey

    TSIG key payload.

    type TSIGKey = {
        algorithm: string;
        id: string;
        key: string;
        name: string;
        type: "TSIGKey";
    }
    Index

    Properties

    Properties

    algorithm: string
    id: string
    key: string
    name: string
    type: "TSIGKey"