Trello.js - API library
    Preparing search index...

    Interface UpdateNotification

    interface UpdateNotification {
        id: string;
        unread?: boolean;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the notification

    unread?: boolean

    Whether the notification should be marked as read or not