core.notificationitem
Home > @engagespot/core > NotificationItem
NotificationItem interface
Signature:export interface NotificationItem
Properties
Property | Type | Description |
---|---|---|
clickedAt? | string | null | (Optional) |
createdAt? | string | null | (Optional) |
icon? | string | null | (Optional) |
id | string | |
message? | string | null | (Optional) |
seenAt? | string | null | (Optional) |
title | string | |
url? | string | null | (Optional) |