AutoBE
    Preparing search index...

    Page request data

    interface IRequest {
        limit?: null | number & Type<"uint32">;
        page?: null | number & Type<"uint32">;
    }
    Index

    Properties

    Properties

    limit?: null | number & Type<"uint32">

    Limitation of records per a page.

    100
    
    page?: null | number & Type<"uint32">

    Page number.