Pular para o conteúdo principal

NotificationDto

@raizfc/contracts


@raizfc/contracts / NotificationDto

Type Alias: NotificationDto

NotificationDto = Readonly<{ actionType?: NotificationActionType; category: NotificationCategory; createdAt: ISODateString; entityId?: ID; entityName?: string; entityType?: FeedEntityType; id: ID; priority: NotificationPriority; scope: NotificationScope; status: NotificationStatus; summary: string; targetRoute: PublicRoute; title: string; }>

Defined in: engagement/notifications.dto.ts:35