Meilisearch JS
    Preparing search index...

    Type Alias SearchRulePinAction

    type SearchRulePinAction = {
        position: number;
        type: "pin";
    }
    Index

    Properties

    Properties

    position: number
    type: "pin"