lemmy-js-client
    Preparing search index...

    Type Alias ListNotificationsResponse

    Get your inbox (replies, comment mentions, post mentions, and messages)

    type ListNotificationsResponse = {
        next_page?: PaginationCursor;
        notifications: NotificationView[];
        prev_page?: PaginationCursor;
    }
    Index

    Properties

    next_page?: PaginationCursor

    the pagination cursor to use to fetch the next page

    notifications: NotificationView[]
    prev_page?: PaginationCursor