@earth-app/collegedb
    Preparing search index...

    Interface ShardSizeResult

    Size information for a shard.

    1.1.4

    interface ShardSizeResult {
        error?: string;
        shard: string;
        size: number | null;
        success: boolean;
    }
    Index
    error?: string
    shard: string
    size: number | null
    success: boolean