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

    Type Alias NotificationResponseBeta

    The response of loaded notifications

    type NotificationResponse = {
        count: NotificationCount;
        items: Notification[];
    }
    Index

    Properties

    Properties

    items: Notification[]