@limitry/client - v0.4.1
    Preparing search index...

    Interface PaginationOptions

    interface PaginationOptions {
        cursor?: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    cursor?: string
    limit?: number