lemmy-js-client
    Preparing search index...

    Type Alias ListNotifications

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

    type ListNotifications = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        type_?: NotificationDataType;
        unread_only?: boolean;
    }
    Index

    Properties

    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor
    unread_only?: boolean