Meilisearch JS
    Preparing search index...

    Type Alias Remote

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

    type Remote = {
        searchApiKey: string | null;
        url: string;
    }
    Index

    Properties

    Properties

    searchApiKey: string | null
    url: string