@twinfinity/core
    Preparing search index...

    Interface Pagination

    interface Pagination {
        limit: number;
        maxLimit: number;
        nextPage: string;
    }
    Index

    Properties

    limit: number
    maxLimit: number
    nextPage: string