@deep/nest-kit
    Preparing search index...

    Type Alias NotificationRegistry

    NotificationRegistry: Record<
        string,
        {
            notification: Type<Notification>;
            senders: Type<NotificationSender<Notification, unknown>>[];
        },
    >