Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Type Alias NotificationCountBeta

    The count response of loaded notifications

    type NotificationCount = {
        total: number;
        unread: number;
    }
    Index

    Properties

    Properties

    total: number
    unread: number