Meilisearch JS
    Preparing search index...

    Type Alias DocumentOptions

    type DocumentOptions = {
        primaryKey?: string;
    }
    Index

    Properties

    Properties

    primaryKey?: string