Meilisearch JS
    Preparing search index...

    Type Alias Network

    type Network = {
        remotes?: Record<string, Remote>;
        self?: string | null;
        sharding?: boolean;
    }
    Index

    Properties

    remotes?: Record<string, Remote>
    self?: string | null
    sharding?: boolean