Meilisearch JS
    Preparing search index...

    Type Alias UpdateNetworkOptions

    type UpdateNetworkOptions = {
        leader?: string | null;
        remotes?: Record<string, Remote | null>;
        self?: string;
        shards?: Record<string, ShardUpdate>;
    }
    Index

    Properties

    leader?: string | null
    remotes?: Record<string, Remote | null>
    self?: string
    shards?: Record<string, ShardUpdate>