Meilisearch JS
    Preparing search index...

    Type Alias Network

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

    Properties

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