s-private API Documentation - v3.11.2
    Preparing search index...

    Type Alias NotificationContext

    Context information for a notification.

    Provides additional context about the source of the notification, which is included in the notification message for debugging purposes.

    type NotificationContext = {
        caller: string;
        userId?: string;
    }
    Index
    caller: string

    The name of the service or function that triggered the notification

    userId?: string

    Optional user identifier for user-specific notifications