AutoBE
    Preparing search index...

    Page request data

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

    Properties

    Properties

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

    Limitation of records per a page.

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

    Page number.