Interface IMarkedUnreadEvent

interface IMarkedUnreadEvent {
    unread: boolean;
}

Properties

Properties

unread: boolean