AutoBE
    Preparing search index...

    Paginated search request.

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

    Properties

    Properties

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

    Limitation of records per page.

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

    Page number.

    search?: string | null

    Search keyword for Swagger name or server URL.