@twinfinity/permission
    Preparing search index...

    Interface Pagination

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

    Properties

    limit: number
    maxLimit: number
    nextPage: null | string