Documentation
    Preparing search index...

    Interface CountResult

    interface CountResult {
        approximate?: boolean;
        count?: number;
        error?: string;
        hll?: string;
        ok: boolean;
        reason?: string;
        relays?: readonly string[];
    }
    Index

    Properties

    approximate?: boolean
    count?: number
    error?: string
    hll?: string
    ok: boolean
    reason?: string
    relays?: readonly string[]