Meilisearch JS
    Preparing search index...

    Type Alias IndexSwap

    type IndexSwap = {
        indexes: [string, string];
        rename: boolean;
    }
    Index

    Properties

    Properties

    indexes: [string, string]
    rename: boolean