Meilisearch JS
    Preparing search index...

    Type Alias Pagination

    type Pagination = {
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    limit?: number
    offset?: number