@watzon/baserow
    Preparing search index...

    Interface PaginationParams

    Common pagination parameters

    interface PaginationParams {
        page?: number;
        size?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    page?: number
    size?: number