node-powerdns
    Preparing search index...

    Type Alias CacheFlushResult

    Cache flush result payload.

    type CacheFlushResult = {
        count: number;
        result: string;
    }
    Index

    Properties

    Properties

    count: number
    result: string