NotificationActionType
@raizfc/contracts / NotificationActionType
Type Alias: NotificationActionType
NotificationActionType =
"review_suggestion"
Defined in: engagement/notifications.dto.ts:33
The only real, executable pending action this pack can back — see NotificationCategory's
doc comment. Execution itself is never a notifications-domain endpoint: the CTA's targetRoute
opens the suggestion's existing management screen (IS-MVP-11.3), where the real
POST /team-suggested-posts/:id/{approve,reject} already revalidates state
(SPEC-DOMAIN-NOTIFICATION-001 "Ao aprovar/rejeitar, endpoint do domínio revalida estado") —
notifications never duplicate that rule.