Meilisearch JS
    Preparing search index...

    Type Alias Network

    meilisearch_types::features::Network at https://github.com/meilisearch/meilisearch

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

    Properties

    Properties

    remotes: Record<string, Remote>
    self: string | null