Backstage
    Preparing search index...
    interface NotificationsProcessingExtensionPoint {
        addProcessor(
            ...processors: (NotificationProcessor | NotificationProcessor[])[],
        ): void;
        setNotificationRecipientResolver(
            resolver: NotificationRecipientResolver,
        ): void;
    }
    Index

    Methods