Lime Web Components API Documentation - v7.2.0
    Preparing search index...

    Type Alias NotificationResponse<T>Beta

    The response of loaded notifications

    type NotificationResponse<T = unknown> = {
        count: NotificationCount;
        items: Notification<T>[];
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    items: Notification<T>[]