AniLink - v1.29.2
    Preparing search index...

    NotificationsPageResponse is the paginated response from a notifications query.

    interface NotificationsPageResponse {
        notifications: NotificationResponse[];
        pageInfo: PageInfo;
    }
    Index
    notifications: NotificationResponse[]

    Notifications returned for the requested page.

    pageInfo: PageInfo

    Pagination metadata for the response.