waifuim
    Preparing search index...

    Interface ListAlbumsForUserOptions

    interface ListAlbumsForUserOptions {
        page: number;
        pageSize: number;
    }
    Index

    Properties

    Properties

    page: number

    Page number for pagination. Default: 1.

    pageSize: number

    Number of results per page. Default: 30. Max: unlimited.