lemmy-js-client
    Preparing search index...

    Type Alias ListPersonSavedResponse

    A person's saved content response.

    type ListPersonSavedResponse = {
        next_page?: PaginationCursor;
        prev_page?: PaginationCursor;
        saved: PersonSavedCombinedView[];
    }
    Index

    Properties

    next_page?: PaginationCursor

    the pagination cursor to use to fetch the next page

    prev_page?: PaginationCursor