@tikoci/centrs
    Preparing search index...

    Interface DiscoverData

    interface DiscoverData {
        count: number;
        neighbors: readonly DiscoverNeighborRecord[];
    }
    Index

    Properties

    Properties

    count: number
    neighbors: readonly DiscoverNeighborRecord[]