Files
evento/dist/guest/subscribers/guest.subscriber.d.ts
2026-03-18 14:55:56 -03:00

10 lines
556 B
TypeScript

import { NotificationService } from '../../core/services/notification.service';
import { NotificationRuleService } from '../../core/services/notification-rule.service';
export declare class GuestSubscriber {
private readonly notificationService;
private readonly notificationRuleService;
constructor(notificationService: NotificationService, notificationRuleService: NotificationRuleService);
handleGuestInvited(payload: any): Promise<void>;
handleGuestRsvp(payload: any): Promise<void>;
}
//# sourceMappingURL=guest.subscriber.d.ts.map